pageBlockVerticalAlignmentBottom property
The content must be bottom-aligned
Implementation
PageBlockVerticalAlignmentBottom? get pageBlockVerticalAlignmentBottom {
if (this is PageBlockVerticalAlignmentBottom) {
return this as PageBlockVerticalAlignmentBottom;
}
return null;
}