currentTheme property

ThemeBase get currentTheme

The current theme.

Implementation

ThemeBase get currentTheme => _currentTheme ?? _themes.defaultTheme;