isHighContrast property

bool get isHighContrast

Returns true if device accessibility high contrast is enabled.

Example: context.isHighContrast

Implementation

bool get isHighContrast => MediaQuery.of(this).highContrast;