DebugInfoCard constructor

const DebugInfoCard({
  1. required List<DebugInfoItem> items,
  2. Key? key,
})

Creates a debug info card.

Implementation

const DebugInfoCard({
  required this.items,
  super.key,
});