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