DebugActionButton constructor
const
DebugActionButton({})
Creates a debug action button.
Implementation
const DebugActionButton({
required this.icon,
required this.tooltip,
required this.onPressed,
this.color,
this.size = 20,
super.key,
});