of static method

Implementation

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