theme property

ThemeData theme

similar to Theme.of(context)

Implementation

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