theme property

Implementation

SeniorThemeData get theme => _theme;
void theme=(SeniorThemeData theme)

Implementation

void set theme(SeniorThemeData theme) {
  _theme = theme;
  notifyListeners();
}