theme property

ThemeData theme

Equivalent to Theme.of(context)

Implementation

// ignore: recursive_getters
ThemeData get theme => theme;