onChange method
Implementation
onChange(String value) {
this.validateDirty();
if (widget.onChange != null) {
widget.onChange!(value);
}
}
onChange(String value) {
this.validateDirty();
if (widget.onChange != null) {
widget.onChange!(value);
}
}