DebugInfoEntry constructor
const
DebugInfoEntry({
- Key? key,
- required Widget title,
- required Future<
List< data,DebugPropertyNode> >
Implementation
const DebugInfoEntry({
super.key,
required this.title,
required this.data,
});