SubmitButton constructor
const
SubmitButton(})
Implementation
const SubmitButton(
BuildContext context, {
super.key,
this.text = "",
this.onPressed,
this.isEnabled = true,
this.isLoading = false,
this.width,
this.height = 50,
this.icon,
this.backgroundColor,
this.textColor,
this.showSuccessState = false,
this.showErrorState = false,
});