getThemeData static method
Get the current theme data.
Implementation
static ThemeData? getThemeData() {
return NyThemeManager.instance.themeData;
}
Get the current theme data.
static ThemeData? getThemeData() {
return NyThemeManager.instance.themeData;
}