getCurrentTheme static method

BaseThemeConfig? getCurrentTheme()

Get the current theme.

Implementation

static BaseThemeConfig? getCurrentTheme() {
  return NyThemeManager.instance.currentTheme;
}