currentThemeId static method

String currentThemeId(
  1. BuildContext context
)

Get the current theme ID.

Implementation

static String currentThemeId(BuildContext context) {
  return NyThemeManager.instance.currentThemeId;
}