StyleNode constructor

const StyleNode(
  1. String css
)

Creates a style element descriptor with raw css.

Implementation

const StyleNode(this.css);