highContrastTheme property

  1. @Deprecated('Should not be an exposed property')
ThemeData? get highContrastTheme
inherited

Implementation

@Deprecated('Should not be an exposed property')
ThemeData? get highContrastTheme =>
    _highContrastTheme ?? onHighContrastTheme();