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