Style constructor

const Style(
  1. String css
)

Creates an inline <style> element descriptor with css.

Implementation

const Style(super.css);