theme property

ThemeData get theme

Get the ThemeData from the current BuildContext.

Implementation

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