theme property

ThemeData get theme

Implementation

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