hover property
Returns the color shade for a hover state depending on the ZetaContrast value.
For ZetaContrast.aa, it returns 70. For ZetaContrast.aaa, it returns 90.
Implementation
Color get hover => shade(contrast.hover);
Returns the color shade for a hover state depending on the ZetaContrast value.
For ZetaContrast.aa, it returns 70. For ZetaContrast.aaa, it returns 90.
Color get hover => shade(contrast.hover);