Color.fromHex constructor

Color.fromHex(
  1. String hex
)

Deprecated; use parse instead.

Implementation

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