onChanged property
getter/setter pair
onChanged can be set to get the value whenever the user changes it. Should not be used to save the value.
Implementation
void Function(T? value)? onChanged;
onChanged can be set to get the value whenever the user changes it. Should not be used to save the value.
void Function(T? value)? onChanged;