theme property

ThemeData theme

The ThemeData of the current BuildContext

Implementation

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