focused property
Gets the element on the DOM that currently has focus.
Implementation
@override
HtmlPageLoaderElement get focused =>
HtmlPageLoaderElement.createFromElement(document.activeElement,
externalSyncFn: syncFn);
Gets the element on the DOM that currently has focus.
@override
HtmlPageLoaderElement get focused =>
HtmlPageLoaderElement.createFromElement(document.activeElement,
externalSyncFn: syncFn);