onTextChanged method
Called when the text field's text changes.
Override to respond to text changes.
Implementation
void onTextChanged(String text) {}
Called when the text field's text changes.
Override to respond to text changes.
void onTextChanged(String text) {}