theme property

ThemeData get theme

Returns Theme.of(context)

Implementation

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