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