currentTheme property

ThemeData get currentTheme

Returns the currently active ThemeData.

Implementation

static ThemeData get currentTheme => _instance.themeNotifier.value;