currentRoutingTypeNotifier property

ValueNotifier<BartMenuRouteType> currentRoutingTypeNotifier

Implementation

ValueNotifier<BartMenuRouteType> get currentRoutingTypeNotifier =>
    MenuRouter.of(context).routingTypeNotifier;