Color.variable constructor

const Color.variable(
  1. String value
)

Constructs a variable containing color.

Implementation

const factory Color.variable(String value) = _VariableColor;