onValueChanged property
final
A callback function triggered when the value of the field changes.
Implementation
final Function(T)? onValueChanged;
A callback function triggered when the value of the field changes.
final Function(T)? onValueChanged;