DebugBadge constructor
const
DebugBadge({})
Creates a debug badge.
Implementation
const DebugBadge({
required this.text,
required this.color,
this.icon,
this.iconSize = 12,
this.textSize = 10,
super.key,
});
Creates a debug badge.
const DebugBadge({
required this.text,
required this.color,
this.icon,
this.iconSize = 12,
this.textSize = 10,
super.key,
});