highContrastTheme property

ThemeData? highContrastTheme
final

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:

Implementation

final ThemeData? highContrastTheme;