menu
hightouch_events package
documentation
state.dart
NullableStateNotifier<T>
nonNullState property
nonNullState property
dark_mode
light_mode
nonNullState
property
set
nonNullState
(
T
state
)
Implementation
set nonNullState(T state) => super.state = state;
hightouch_events package
documentation
state
NullableStateNotifier<T>
nonNullState property
NullableStateNotifier class