highContrast property
bool
get
highContrast
return MediaQuery.of(context).highContrast
Implementation
bool get highContrast => data.highContrast;
return MediaQuery.of(context).highContrast
bool get highContrast => data.highContrast;