VxThemeExtension extension
Extension method to directly access material Theme with any widget without wrapping or with dot operator.
- on
Methods
-
customTheme(
{Key? key, required ThemeData? themeData}) → Theme -
Available on Widget, provided by the VxThemeExtension extension
Extension method to directly access Theme with custom ThemeData with any widget without wrapping or with dot operator. -
darkTheme(
{Key? key}) → Theme -
Available on Widget, provided by the VxThemeExtension extension
Extension method to directly access dark Theme with any widget without wrapping or with dot operator. -
lightTheme(
{Key? key}) → Theme -
Available on Widget, provided by the VxThemeExtension extension
Extension method to directly access light Theme with any widget without wrapping or with dot operator.