currentIndexNotifier property

ValueNotifier<int> get currentIndexNotifier

Implementation

ValueNotifier<int> get currentIndexNotifier =>
    MenuRouter.of(context).indexNotifier;