appBar property

PreferredSizeWidget? appBar
final

Specifying this parameter will completely override the appBar which is being rendered in the parent Pueprint widget. If this is specified, the data in the appBarData parameter will be useless.

Implementation

final PreferredSizeWidget? appBar;