setTheme method

void setTheme(
  1. ArcaneTheme theme
)

Implementation

void setTheme(ArcaneTheme theme) {
  setState(() {
    _theme = theme;
    actionedAnnounce("Theme Changed");
  });
}