setTheme method

void setTheme(
  1. AppTheme theme
)

Implementation

void setTheme(AppTheme theme) {
  setState(() {
    _theme = theme;
  });
}