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