menu
jolt_flutter package
documentation
setup.dart
SetupHook<T>
state property
state property
dark_mode
light_mode
state
property
T
get
state
The current state value of this hook.
Implementation
T get state => _state as T;
jolt_flutter package
documentation
setup
SetupHook<T>
state property
SetupHook class