theme property

Theme? get theme

Implementation

Theme? get theme => _theme;
set theme (Theme? theme)

Implementation

set theme(Theme? theme) => _theme = theme;