NavBarScreenModel constructor
const
NavBarScreenModel({
- required Widget builder(
- BuildContext context
- PreferredSizeWidget? appBar,
- Widget? fab,
- FloatingActionButtonLocation? fabLocation,
- Future<
bool> onWillPop()?,
Implementation
const NavBarScreenModel({
required this.builder,
this.appBar,
this.fab,
this.fabLocation,
this.navigatorKey,
this.onWillPop,
});