pageBlockFooter property
The footer of a page
Implementation
PageBlockFooter? get pageBlockFooter {
if (this is PageBlockFooter) {
return this as PageBlockFooter;
}
return null;
}
The footer of a page
PageBlockFooter? get pageBlockFooter {
if (this is PageBlockFooter) {
return this as PageBlockFooter;
}
return null;
}