SecondaryButton constructor
const
SecondaryButton(})
Creates a fixed-size secondary button.
Implementation
const SecondaryButton(
this.title, {
super.key,
this.width = 200,
this.height = 44,
this.onPressed,
this.isLoading = false,
this.textColor,
this.outlineColor,
});