ValueChanged<T> typedef

void ValueChanged (T value)

Signature for callbacks that report that an underlying value has changed.

See also ValueSetter.

Implementation

typedef ValueChanged<T> = void Function(T value);