subtle property

Color subtle

Returns the color shade for a subtle visual element depending on the ZetaContrast value.

For ZetaContrast.aa, it returns 40. For ZetaContrast.aaa, it returns 60.

Implementation

Color get subtle => shade(contrast.subtle);