JsonObjectViewer constructor

const JsonObjectViewer(
  1. Map<String, dynamic> jsonObj, {
  2. Key? key,
  3. required JsonViewerThemeData theme,
  4. bool notRoot = false,
})

Implementation

const JsonObjectViewer(
  this.jsonObj, {
  super.key,
  required this.theme,
  this.notRoot = false,
});