pageBlockHorizontalAlignmentRight property
The content must be right-aligned
Implementation
PageBlockHorizontalAlignmentRight? get pageBlockHorizontalAlignmentRight {
if (this is PageBlockHorizontalAlignmentRight) {
return this as PageBlockHorizontalAlignmentRight;
}
return null;
}