JsonInspector constructor
const
JsonInspector({})
Creates a JsonInspector widget.
Implementation
const JsonInspector({
super.key,
required this.jsonData,
this.initiallyExpanded = false,
this.keyStyle,
this.valueStyle,
});