theme property

ThemeData theme

Implementation

ThemeData get theme => isDark ? PWTheme.dark() : PWTheme.light();