RehaculPrimaryIconButton constructor
Implementation
const RehaculPrimaryIconButton({
super.key,
required this.label,
this.onPressed,
this.width,
this.height,
this.disabled = false,
this.isArrowHidden = false,
required this.icon,
});
const RehaculPrimaryIconButton({
super.key,
required this.label,
this.onPressed,
this.width,
this.height,
this.disabled = false,
this.isArrowHidden = false,
required this.icon,
});