ChangeFunction<K> typedef

ChangeFunction<K> = dynamic Function(K? value)

Type of the function to be called when the control emits a value changes event.

Implementation

typedef ChangeFunction<K> = dynamic Function(K? value);