theme property

ThemeData theme

Shortcut for accessing the app-wide theme.

Implementation

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