CSSStyleSheet class abstract
A CSS stylesheet that can be constructed and applied to shadow roots.
See: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
String text) → Future< CSSStyleSheet> - Asynchronously replaces the content of the stylesheet.
-
replaceSync(
String text) → void - Synchronously replaces the content of the stylesheet.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited