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
Extension method to directly access Theme with custom ThemeData with any widget without wrapping or with dot operator.
darkTheme({Key? key}) Theme
Extension method to directly access dark Theme with any widget without wrapping or with dot operator.
lightTheme({Key? key}) Theme
Extension method to directly access light Theme with any widget without wrapping or with dot operator.