PageBlockFooter constructor

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

Page Block Footer constructor.

Implementation

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