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