PageBlockFooter constructor

const PageBlockFooter({
  1. required RichText footer,
})

The footer of a page

Implementation

const PageBlockFooter({
  required this.footer,
});