icon property

Color get icon

Returns the color shade for an icon depending on the ZetaContrast value.

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

Implementation

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