loadDarkTheme static method

void loadDarkTheme()

Load Default Dark Theme

Implementation

static void loadDarkTheme() {
  _theme = ThemeData.dark();
}