updateTheme method

dynamic updateTheme(
  1. AppTheme theme
)

Implementation

updateTheme(AppTheme theme) {
  currentTheme = theme;
  notifyListeners();
}