loadLightTheme static method
void
loadLightTheme()
Load Default Light Theme
Implementation
static void loadLightTheme() {
_theme = ThemeData.light();
}
Load Default Light Theme
static void loadLightTheme() {
_theme = ThemeData.light();
}