ActionButton constructor
const
ActionButton({})
Implementation
const ActionButton({
super.key,
required this.icon,
required this.label,
this.onTap,
this.hasBackground = true,
this.backgroundColor,
this.iconColor,
this.textColor,
this.iconSize,
this.textStyle,
this.isVertical = false,
});