theme property

ThemeData get theme

Implementation

static ThemeData get theme => isDarkMode ? darkTheme : lightTheme;