ChangeFunction<T> typedef

ChangeFunction<T> = dynamic Function(T value, {String rawValue})

Type of the function to be called when the control receives a change event.

Implementation

typedef ChangeFunction<T> = dynamic Function(T value, {String rawValue});