ContrastRule constructor
const
ContrastRule({
- A11yContrastLevel level = A11yContrastLevel.aa,
- double? minimumRatio,
minimumRatio, if set, overrides the WCAG-derived threshold for every
text size — the hook for teams enforcing a brand contrast minimum
stricter than WCAG.
Implementation
const ContrastRule({this.level = A11yContrastLevel.aa, this.minimumRatio});