enterText method
Simulates the user typing the given text.
Implementation
void enterText(String text) {
updateEditingValue(TextEditingValue(
text: text,
));
}
Simulates the user typing the given text.
void enterText(String text) {
updateEditingValue(TextEditingValue(
text: text,
));
}