activeElement property
Element?
get
activeElement
Outside the browser, returns null.
Implementation
Element? get activeElement => null;
Outside the browser, returns null.
Element? get activeElement => null;