pageBlockVerticalAlignmentBottom property

PageBlockVerticalAlignmentBottom? pageBlockVerticalAlignmentBottom

The content must be bottom-aligned

Implementation

PageBlockVerticalAlignmentBottom? get pageBlockVerticalAlignmentBottom {
  if (this is PageBlockVerticalAlignmentBottom) {
    return this as PageBlockVerticalAlignmentBottom;
  }
  return null;
}