theme property

ThemeData theme

performs a simple Theme.of(context) action and returns given result

Implementation

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