onChanged method

dynamic onChanged(
  1. String value
)

Implementation

onChanged(String value) {
  text = value;
  filter();
}