of static method

Implementation

static JsonViewerThemeData? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<JsonViewerTheme>()?.data;
}