highContrastTheme property

ThemeData? get highContrastTheme

High contrast theme for accessibility.

Used when the system is in high contrast mode for better visibility. Example: ThemeData(colorScheme: ColorScheme.highContrastLight())

Implementation

ThemeData? get highContrastTheme => null;