of static method
Implementation
static ZeroThemeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_ZeroTheme>()!.data;
}
static ZeroThemeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_ZeroTheme>()!.data;
}