theme property

ThemeData get theme

Get the current ThemeData

Example: context.theme

Implementation

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