useShadowRoot method

void useShadowRoot()

Configures the virtual node to use shadow root.

Implementation

void useShadowRoot() {
  _isShadowRootUsed = true;
}