pageBlockSubtitle property
The subtitle of a page
Implementation
PageBlockSubtitle? get pageBlockSubtitle {
if (this is PageBlockSubtitle) {
return this as PageBlockSubtitle;
}
return null;
}
The subtitle of a page
PageBlockSubtitle? get pageBlockSubtitle {
if (this is PageBlockSubtitle) {
return this as PageBlockSubtitle;
}
return null;
}