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