drawerStateNotifier property

ValueNotifier<DrawerState>? drawerStateNotifier

drawerState notifier

Implementation

ValueNotifier<DrawerState>? get drawerStateNotifier =>
    ZoomDrawer.of(this)?.stateNotifier;