hasFocus

bool hasFocus(

  1. DomNode element
)

Checks if an element has focus.

Implementation

bool hasFocus(DomNode element) => false;