darker property

Color darker

The darker shade of the color.

Usually used for shadows

Implementation

Color get darker => swatch['darker'] ?? dark.withOpacity(0.8);