cssStyleSheet top-level property
dynamic
get
cssStyleSheet
A single CSS style sheet. It inherits properties and methods from its parent, StyleSheet.
Implementation
_i2.dynamic get cssStyleSheet => _i4.getProperty(
_self,
'CSSStyleSheet',
);