FxIconButton constructor
FxIconButton({})
Implementation
FxIconButton({
super.key,
required this.icon,
required this.onPressed,
this.label,
this.tooltip,
this.color,
this.size = 0,
});
FxIconButton({
super.key,
required this.icon,
required this.onPressed,
this.label,
this.tooltip,
this.color,
this.size = 0,
});