JsonObjectViewer constructor
JsonObjectViewer(
- Map<
String, dynamic> jsonObj, { - bool notRoot = false,
- required SubController controller,
- required bool openStateDefault,
- dynamic onTap(
- dynamic val
Implementation
JsonObjectViewer(this.jsonObj, {this.notRoot: false, required this.controller, required this.openStateDefault, this.onTap,});