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