currentThemeId static method
Get the current theme ID.
Implementation
static String currentThemeId(BuildContext context) {
return NyThemeManager.instance.currentThemeId;
}
Get the current theme ID.
static String currentThemeId(BuildContext context) {
return NyThemeManager.instance.currentThemeId;
}