pageBlockSubheader property
A subheader
Implementation
PageBlockSubheader? get pageBlockSubheader {
if (this is PageBlockSubheader) {
return this as PageBlockSubheader;
}
return null;
}
A subheader
PageBlockSubheader? get pageBlockSubheader {
if (this is PageBlockSubheader) {
return this as PageBlockSubheader;
}
return null;
}