menu
js_bindings package
documentation
bindings/dom.dart
PropsElement
attachShadow method
attachShadow method
dark_mode
light_mode
attachShadow
method
ShadowRoot
attachShadow
(
ShadowRootInit
init
)
Implementation
ShadowRoot attachShadow(ShadowRootInit init) => js_util.callMethod(this, 'attachShadow', [init]);
js_bindings package
documentation
bindings/dom
PropsElement
attachShadow method
PropsElement extension on
Element