of static method

Implementation

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