JsonArrayViewer constructor
const
JsonArrayViewer(
- List jsonArray, {
- Key? key,
- bool notRoot = false,
- required JsonViewerThemeData theme,
Implementation
const JsonArrayViewer(
this.jsonArray, {
super.key,
this.notRoot = false,
required this.theme,
});