hex static method

Color hex(
  1. String value
)

Implementation

static Color hex(String value) {
  return Color(value);
}