stateNotifier property

ValueNotifier<DrawerState>? stateNotifier
getter/setter pair

Drawer state notifier opening, closing, open, closed

Implementation

ValueNotifier<DrawerState>? stateNotifier;