of static method

ZeroThemeData of(
  1. BuildContext context
)

Implementation

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