PageBlockSubtitle constructor

const PageBlockSubtitle({
  1. required RichText subtitle,
})

The subtitle of a page

Implementation

const PageBlockSubtitle({
  required this.subtitle,
});