theme property

ThemeData theme

Implementation

ThemeData get theme => context != null ? Theme.of(context!) : ThemeData();