getThemeData static method

ThemeData? getThemeData()

Get the current theme data.

Implementation

static ThemeData? getThemeData() {
  return NyThemeManager.instance.themeData;
}