of static method

Implementation

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