currentTheme static method

BaseThemeConfig? currentTheme(
  1. BuildContext context
)

Get the current BaseThemeConfig.

Implementation

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