loadLightTheme static method

void loadLightTheme()

Load Default Light Theme

Implementation

static void loadLightTheme() {
  _theme = ThemeData.light();
}