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