PrimaryButton.infinity constructor
const
PrimaryButton.infinity(})
Creates a full-width primary button.
Implementation
const PrimaryButton.infinity(
this.title, {
this.height = 44,
this.onPressed,
this.backgroundColor,
this.isFontBold = false,
this.isLoading = false,
super.key,
this.textColor,
this.preFixIcon,
this.preFixImage,
this.disabledColor,
this.alpha,
}) : width = double.infinity;