StateGetter<Value> typedef
StateGetter<Value> =
Value Function()
Callback function that returns a Value.
Implementation
typedef StateGetter<Value> = Value Function();
Callback function that returns a Value.
typedef StateGetter<Value> = Value Function();