light property

Color light

The light shade of the color.

Usually used for the mouse hover effect

Implementation

Color get light => swatch['light'] ?? normal.withOpacity(0.9);