theme property

set theme (ThemeData value)

设置应用主题

Implementation

set theme(ThemeData value) {
  _theme = value;
}