highContrast property

bool get highContrast
return MediaQuery.of(context).highContrast

Implementation

bool get highContrast => data.highContrast;