of static method

Implementation

static OverlaySupportTheme? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<OverlaySupportTheme>();
}