RehaculSecondaryRoundedRectangleButton constructor
Implementation
const RehaculSecondaryRoundedRectangleButton({
super.key,
required this.text,
required this.onPressed,
this.disabled = false,
this.leftIcon,
this.rightIcon,
this.width,
this.height,
});