appBarOverride property

PreferredSizeWidget? appBarOverride
getter/setter pair

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

It completely replaces the Pueprint appBar, and does NOT render an appBar above it

If this is specified, all other AppBarData parameters will be ignored

Implementation

PreferredSizeWidget? appBarOverride;