theme property

ThemeData theme

Returns the current ThemeData of this BuildContext

Implementation

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