themeData static method

ThemeData? themeData()

Get the current ThemeData.

Implementation

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