theme property

BaseTheme get theme

Implementation

BaseTheme get theme {
  return _theme;
}
set theme (BaseTheme theme)

Implementation

set theme(BaseTheme theme) {
  _theme = theme;
  notifyListeners();
}