CrJsonRecyclerWidget constructor
const
CrJsonRecyclerWidget({
- required JsonRecyclerController jsonController,
- required dynamic json,
- Key? key,
- bool rootExpanded = false,
Implementation
const CrJsonRecyclerWidget({
required this.jsonController,
required this.json,
Key? key,
this.rootExpanded = false,
}) : super(key: key);