pageBlockHorizontalAlignmentLeft property

PageBlockHorizontalAlignmentLeft? pageBlockHorizontalAlignmentLeft

The content must be left-aligned

Implementation

PageBlockHorizontalAlignmentLeft? get pageBlockHorizontalAlignmentLeft {
  if (this is PageBlockHorizontalAlignmentLeft) {
    return this as PageBlockHorizontalAlignmentLeft;
  }
  return null;
}