of static method

Implementation

static DefaultFrameTheme? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<DefaultFrameTheme>();
}