menu
techgrains package
documentation
com/techgrains/view/tg_view.dart
TGView
loadTheme static method
loadTheme static method
dark_mode
light_mode
loadTheme
static method
void
loadTheme
(
ThemeData
themeData
)
Load Theme by provided ThemeData
Implementation
static void loadTheme(ThemeData themeData) { _theme = themeData; }
techgrains package
documentation
com/techgrains/view/tg_view
TGView
loadTheme static method
TGView class