theme property
SBUTheme
get
theme
Gets theme.
Implementation
SBUTheme get theme {
_theme = SBUPreferences().getDarkTheme() ? SBUTheme.dark : SBUTheme.light;
return _theme;
}
Gets theme.
SBUTheme get theme {
_theme = SBUPreferences().getDarkTheme() ? SBUTheme.dark : SBUTheme.light;
return _theme;
}