icon property
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);
Returns the color shade for an icon depending on the ZetaContrast value.
For ZetaContrast.aa, it returns 60. For ZetaContrast.aaa, it returns 80.
Color get icon => shade(contrast.icon);