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