currentTheme property

ThemeData? get currentTheme

Implementation

static ThemeData? get currentTheme => isDarkMode ? dark : light;