setFocus method

void setFocus()

Sets the focus on the input text field.

Implementation

void setFocus() {
  focusNode.requestFocus();
}