DebugInfoCard constructor
const
DebugInfoCard({
- required List<
DebugInfoItem> items, - Key? key,
Creates a debug info card.
Implementation
const DebugInfoCard({
required this.items,
super.key,
});