border property

Color border

Returns the color shade for a border depending on the ZetaContrast value.

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

Implementation

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