RouteAwareWidget constructor
const
RouteAwareWidget({
- Key? key,
- required BartMenuRoute route,
- required Widget child,
- required ValueNotifier<
PreferredSizeWidget?> appBarNotifier, - required ValueNotifier<
bool> showAppBarNotifier,
Implementation
const RouteAwareWidget({
super.key,
required this.route,
required this.child,
required this.appBarNotifier,
required this.showAppBarNotifier,
});