SubmitButton constructor
const
SubmitButton({})
Implementation
const SubmitButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.enabled = true,
this.fullWidth = true,
});
const SubmitButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.enabled = true,
this.fullWidth = true,
});