RoundedButton constructor
RoundedButton({})
Implementation
RoundedButton({
this.text,
this.textColor,
this.onPressed,
this.icon,
this.color,
this.borderRadius = 80,
this.submitting = false,
});
RoundedButton({
this.text,
this.textColor,
this.onPressed,
this.icon,
this.color,
this.borderRadius = 80,
this.submitting = false,
});