getCurrentTheme static method
Get the current theme.
Implementation
static BaseThemeConfig? getCurrentTheme() {
return NyThemeManager.instance.currentTheme;
}
Get the current theme.
static BaseThemeConfig? getCurrentTheme() {
return NyThemeManager.instance.currentTheme;
}