StateGetter<Value> typedef

StateGetter<Value> = Value Function()

Callback function that returns a Value.

Implementation

typedef StateGetter<Value> = Value Function();