JsonObjectViewer constructor
const
JsonObjectViewer(
- Map<
String, dynamic> jsonObj, { - Key? key,
- required JsonViewerThemeData theme,
- bool notRoot = false,
Implementation
const JsonObjectViewer(
this.jsonObj, {
super.key,
required this.theme,
this.notRoot = false,
});