GiantToadEditorIconButton constructor
const
GiantToadEditorIconButton({})
Implementation
const GiantToadEditorIconButton({
required this.icon,
required this.onPressed,
this.tooltip,
this.color,
this.iconSize,
super.key,
});