PageBlockSubheader constructor

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

Page Block Subheader constructor.

Implementation

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