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