theme property

ThemeData get theme

Gets the ThemeData for this context.

Equivalent to calling Theme.of(this).

Implementation

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