onChange method
onChange is a function which is used to perform some action when the text is changed
Implementation
@override
void onChange(
TextEditingController textEditingController, String previousText) {
// TODO: implement onChange
}
onChange is a function which is used to perform some action when the text is changed
@override
void onChange(
TextEditingController textEditingController, String previousText) {
// TODO: implement onChange
}