isFocus method

bool isFocus()

Implementation

bool isFocus() {
  return _focusNode.hasFocus;
}