const SubmitButton( {Key? key, required this.title, this.color = Colors.blueAccent, this.onTap}) : super(key: key);