closestColorName property
Returns the name of the closest NamedColor to this color.
Implementation
String get closestColorName => closestColor?.name ?? '';
Returns the name of the closest NamedColor to this color.
String get closestColorName => closestColor?.name ?? '';