loadDarkTheme static method
void
loadDarkTheme()
Load Default Dark Theme
Implementation
static void loadDarkTheme() {
_theme = ThemeData.dark();
}
Load Default Dark Theme
static void loadDarkTheme() {
_theme = ThemeData.dark();
}