lighter property

Color lighter

The lighter shade of the color.

Usually used for shadows

Implementation

Color get lighter => swatch['lighter'] ?? light.withOpacity(0.8);