pageBlockHorizontalAlignmentCenter property

PageBlockHorizontalAlignmentCenter? pageBlockHorizontalAlignmentCenter

The content must be center-aligned

Implementation

PageBlockHorizontalAlignmentCenter? get pageBlockHorizontalAlignmentCenter {
  if (this is PageBlockHorizontalAlignmentCenter) {
    return this as PageBlockHorizontalAlignmentCenter;
  }
  return null;
}