highContrastTheme property
The ThemeData to use when 'high contrast' is requested by the system.
Some host platforms (for example, iOS) allow the users to increase contrast through an accessibility setting.
Uses theme instead when null.
See also:
- MediaQueryData.highContrast, which indicates the platform's desire to increase contrast.
Implementation
final ThemeData? highContrastTheme;