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