PageBlockSubtitle constructor

const PageBlockSubtitle({
  1. required RichTextBase text,
})

Page Block Subtitle constructor.

Implementation

const PageBlockSubtitle({
  required this.text,
}) : super._();