ValueChanged<T> typedef
ValueChanged<T> =
void Function(T value)
Signature for callbacks that report a value change.
Implementation
typedef ValueChanged<T> = void Function(T value);
Signature for callbacks that report a value change.
typedef ValueChanged<T> = void Function(T value);