theme property
TUITheme
get
theme
Implementation
TUITheme get theme {
return _theme;
}
set
theme
(TUITheme theme)
Implementation
set theme(TUITheme theme) {
_theme = theme;
notifyListeners();
}