dark property

Color dark

The dark shade of the color.

Usually used for the mouse press effect;

Implementation

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