isHighContrastEnabled static method
- BuildContext context
Check if high contrast mode is enabled.
Implementation
static bool isHighContrastEnabled(BuildContext context) {
return MediaQuery.of(context).highContrast;
}
Check if high contrast mode is enabled.
static bool isHighContrastEnabled(BuildContext context) {
return MediaQuery.of(context).highContrast;
}