theme property

ThemeData get theme

Gets the current ThemeData associated with the context.

Implementation

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