styleSheet top-level property
dynamic
get
styleSheet
A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
Implementation
_i2.dynamic get styleSheet => _i4.getProperty(
_self,
'StyleSheet',
);