maybeOf static method

ZeroThemeData? maybeOf(
  1. BuildContext context
)

Implementation

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