nhIsFocus function

dynamic nhIsFocus()

Implementation

nhIsFocus() {
  return FocusManager.instance.primaryFocus!.hasFocus;
}