ValueGetter< T> typedef
Signature for callbacks that are to report a value on demand.
See also:
- ValueSetter, the setter equivalent of this signature.
- AsyncValueGetter, an asynchronous version of this signature.
Implementation
typedef ValueGetter<T> = T Function();