closestColorName property

String get closestColorName

Returns the name of the closest NamedColor to this color.

Implementation

String get closestColorName => closestColor?.name ?? '';