theme property

SeniorThemeData get theme

Implementation

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

Implementation

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