BolterNavigator<P extends NavigationPresenter> constructor

const BolterNavigator<P extends NavigationPresenter>({
  1. Key? key,
  2. Map<Type, WidgetBuilder> routes = const <Type, WidgetBuilder>{},
  3. bool isMaterial = false,
  4. bool log = false,
  5. bool automaticHideKeyBoardOnPush = false,
  6. Map<Type, BolterDialog> dialogs = const <Type, BolterDialog>{},
})

Implementation

const BolterNavigator({
  Key? key,
  this.routes = const <Type, WidgetBuilder>{},
  this.isMaterial = false,
  this.log = false,
  this.automaticHideKeyBoardOnPush = false,
  this.dialogs = const <Type, BolterDialog>{},
}) : super(key: key);