onAppBar method

  1. @override
PreferredSizeWidget? onAppBar()
override

Provide a appBar here as well. Otherwise a default AppBar is implemented.

Implementation

@override
PreferredSizeWidget? onAppBar() => super.onAppBar();