SubmitButton constructor

const SubmitButton({
  1. VoidCallback? onPressed,
  2. Color color = Colors.black,
  3. String? title = "Submit",
})

Implementation

const SubmitButton({this.onPressed, this.color = Colors.black, this.title = "Submit"});