menu
triade package
documentation
widgets/preview_json.dart
JsonArrayViewerWidget
JsonArrayViewerWidget const constructor
JsonArrayViewerWidget const constructor
dark_mode
light_mode
JsonArrayViewerWidget
constructor
const
JsonArrayViewerWidget
(
List
jsonArray
, {
Key
?
key
,
bool
?
notRoot
,
})
Implementation
const JsonArrayViewerWidget(this.jsonArray, {Key? key, this.notRoot}) : super(key: key);
triade package
documentation
widgets/preview_json
JsonArrayViewerWidget
JsonArrayViewerWidget const constructor
JsonArrayViewerWidget class