colorName property

String colorName

Guess a name for this int as color value. If name is not found then "Color_{Hex8}" value is returned returns String.

Implementation

String get colorName {
  return ColorNames.guess(Color(this));
}