theme property

ThemeData get theme

Returns the surrounding theme data of this context.

Implementation

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