theme property

ThemeData theme

Implementation

ThemeData get theme => _theme ?? Theme.of(context);
void theme=(ThemeData? theme)

Implementation

set theme(ThemeData? theme) => this._theme = theme;