state property
A ValueNotifier for current menu state that will notify when the state changes. Possible values are of type SMenuState.
Implementation
final ValueNotifier<SMenuState> state =
ValueNotifier<SMenuState>(SMenuState.closed);
A ValueNotifier for current menu state that will notify when the state changes. Possible values are of type SMenuState.
final ValueNotifier<SMenuState> state =
ValueNotifier<SMenuState>(SMenuState.closed);