onInputChanged method
Triggers an update when the input text is changed.
text
: The new input text.
Implementation
void onInputChanged(String text) {
notifyListeners();
}
Triggers an update when the input text is changed.
text
: The new input text.void onInputChanged(String text) {
notifyListeners();
}