focus method

void focus()

Implementation

void focus() {
  if (isFocused) return;
  isFocused = true;
  _showKeyboardOverlay();
}