footerOverride property

Widget? footerOverride
getter/setter pair

Specifying this parameter will override the whole footer widget that is located in the Pueprint.

It completely replaces the Pueprint footer, and does NOT render a footer above it

Implementation

Widget? footerOverride;