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