theme property

ThemeData theme

Returns ThemeData from the widget context

Implementation

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