theme property

Theme? theme

Implementation

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

Implementation

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