textChanged method

dynamic textChanged(
  1. String text
)

Implementation

textChanged(String text) {
  value = value.copyWith(text: text);
}