changeTheme method
void
changeTheme(
- ThemeData theme
Implementation
void changeTheme(ThemeData theme) {
rootController.setTheme(theme);
}
void changeTheme(ThemeData theme) {
rootController.setTheme(theme);
}