SubmitButton constructor

const SubmitButton(
  1. dynamic context, {
  2. Key? key,
  3. String text = "",
  4. dynamic onPressed()?,
  5. bool isEnabled = true,
  6. bool isLoading = false,
})

Implementation

const SubmitButton(context, {super.key,
  this.text = "", this.onPressed, this.isEnabled = true,
  this.isLoading = false
});