onTextChanged method

void onTextChanged(
  1. String text
)

Called when the text field's text changes.

Override to respond to text changes.

Implementation

void onTextChanged(String text) {}