theme property

ThemeData theme

Current theme for this BuildContext.

Implementation

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