theme property

ThemeData theme

DO THAT:

Theme.of(context);

Implementation

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