menu
api_sentinel package
documentation
widgets/json_tree_view.dart
JsonTreeView
JsonTreeView.new const constructor
JsonTreeView.new const constructor
dark_mode
light_mode
JsonTreeView
constructor
const
JsonTreeView
(
{
Key
?
key
,
required
dynamic
data
,
int
depth
=
0
,
})
Implementation
const JsonTreeView({super.key, required this.data, this.depth = 0});
api_sentinel package
documentation
widgets/json_tree_view
JsonTreeView
JsonTreeView.new const constructor
JsonTreeView class