StyleNode class
Style element helper — emits <style>css</style>.
In the browser (mount), creates a <style> element containing css. If
bloomStyleNonce is configured, it is attached as the nonce attribute for
Content Security Policy (CSP) compliance.
In SSR (renderToHtml), outputs <style>css</style> with any closing </
sequences neutralized to prevent stylesheet breakout attacks.
Usually created using the DSL sugar Style.
- Inheritance
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited