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