PageBlockSubtitle constructor
const
PageBlockSubtitle({
- required RichText subtitle,
The subtitle of a page
Implementation
const PageBlockSubtitle({
required this.subtitle,
});
The subtitle of a page
const PageBlockSubtitle({
required this.subtitle,
});