CustomElementContext constructor
CustomElementContext({
- required HTMLElement host,
- ShadowRoot? shadowRoot,
Creates a CustomElementContext for host with optional shadowRoot.
Implementation
CustomElementContext({
required this.host,
this.shadowRoot,
});