onSubmitTap property
The onSubmitTap property is a callback function that is called when the user submits the form. It receives a map of form data as an argument.
Implementation
final Function(Map<String, dynamic>)? onSubmitTap;The onSubmitTap property is a callback function that is called when the user submits the form. It receives a map of form data as an argument.
final Function(Map<String, dynamic>)? onSubmitTap;