activeElement property

Element? get activeElement

Outside the browser, returns null.

Implementation

Element? get activeElement => null;