StyleRule.hue constructor

const StyleRule.hue(
  1. Color hue
)

Indicates the basic color.

Implementation

const factory StyleRule.hue(Color hue) = _StyleHueRule;