theme property

ThemeData get theme

Short for Theme.of(context).

Implementation

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