setTheme method

void setTheme(
  1. AbstractArcaneTheme theme
)

Implementation

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