pageBlockSubtitle property

PageBlockSubtitle? pageBlockSubtitle

The subtitle of a page

Implementation

PageBlockSubtitle? get pageBlockSubtitle {
  if (this is PageBlockSubtitle) {
    return this as PageBlockSubtitle;
  }
  return null;
}