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