PageBlockTitle constructor

const PageBlockTitle({
  1. required RichText title,
})

The title of a page

Implementation

const PageBlockTitle({
  required this.title,
});