pageBlockVerticalAlignmentMiddle property
The content must be middle-aligned
Implementation
PageBlockVerticalAlignmentMiddle? get pageBlockVerticalAlignmentMiddle {
if (this is PageBlockVerticalAlignmentMiddle) {
return this as PageBlockVerticalAlignmentMiddle;
}
return null;
}