theme property

ThemeData get theme

Implementation

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