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