DebugInfoItem constructor
const
DebugInfoItem({
- required String label,
- required String value,
- VoidCallback? onTap,
- bool copyable = true,
Creates a debug info item.
Implementation
const DebugInfoItem({
required this.label,
required this.value,
this.onTap,
this.copyable = true,
});