ContinueButton constructor
const
ContinueButton({
- Key? key,
- required VoidCallback onPressed,
- bool loading = false,
- bool enabled = true,
Implementation
const ContinueButton({
super.key,
required this.onPressed,
this.loading = false,
this.enabled = true,
});