useShadowRoot method
void
useShadowRoot()
Configures the virtual node to use shadow root.
Implementation
void useShadowRoot() {
_isShadowRootUsed = true;
}
Configures the virtual node to use shadow root.
void useShadowRoot() {
_isShadowRootUsed = true;
}