sheet property
CSSStyleSheet?
get
sheet
The SVGStyleElement.sheet
read-only property returns the
CSSStyleSheet corresponding to the given SVG style element, or null
if
there is none.
Implementation
external CSSStyleSheet? get sheet;