theme property

ThemeData theme
  • Theme shortcuts shortcut for Theme.of(context)

Implementation

ThemeData get theme => Theme.of(this);