theme property

ThemeData get theme

Returns the current ThemeData of this BuildContext

Implementation

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