ValueChanged< T> typedef
Signature for callbacks that report that an underlying value has changed.
See also ValueSetter.
Implementation
typedef ValueChanged<T> = void Function(T value);
Signature for callbacks that report that an underlying value has changed.
See also ValueSetter.
typedef ValueChanged<T> = void Function(T value);