JsonArrayViewer constructor

JsonArrayViewer(
  1. List jsonArray, {
  2. bool notRoot = false,
  3. required SubController controller,
  4. required bool openStateDefault,
  5. dynamic onTap(
    1. dynamic val
    )?,
})

Implementation

JsonArrayViewer(this.jsonArray, {this.notRoot: false, required this.controller, required this.openStateDefault, this.onTap});