setFocus method
void
setFocus()
Sets the focus on the input text field.
Implementation
void setFocus() {
focusNode.requestFocus();
}
Sets the focus on the input text field.
void setFocus() {
focusNode.requestFocus();
}