ThemeExtensions extension
Extension on BuildContext to provide theme-related utilities
- on
Properties
- colorScheme → ColorScheme
-
Available on BuildContext, provided by the ThemeExtensions extension
Returns the current color schemeno setter - isDarkMode → bool
-
Available on BuildContext, provided by the ThemeExtensions extension
Returns true if the current theme is dark modeno setter - textTheme → TextTheme
-
Available on BuildContext, provided by the ThemeExtensions extension
Returns the current text themeno setter - theme → ThemeData
-
Available on BuildContext, provided by the ThemeExtensions extension
Returns the current theme datano setter