theme property
ThemeData
get
theme
Implementation
ThemeData get theme => _theme ?? Theme.of(context);
set
theme
(ThemeData? theme)
Implementation
set theme(ThemeData? theme) => _theme = theme;