currentTheme property
dynamic
get
currentTheme
Returns the key of the current active theme.
Implementation
dynamic get currentTheme => _current ?? preferredTheme;
Returns the key of the current active theme.
dynamic get currentTheme => _current ?? preferredTheme;