Color.fromRgbString constructor

Color.fromRgbString(
  1. String rgb
)

Deprecated; use parse instead.

Implementation

// TODO(google) Send CLs replacing uses.
factory Color.fromRgbString(String rgb) => parse(rgb);