Color constructor

const Color(
  1. String value
)

Creates a color from a raw CSS color value.

Implementation

const Color(this.value);