FormValueChanged<T> typedef

FormValueChanged<T> = void Function(T value, AttributeSource source)

Implementation

typedef FormValueChanged<T> = void Function(T value, AttributeSource source);