of static method
Implementation
static EmergentAppBarTheme? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType();
}
static EmergentAppBarTheme? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType();
}