onSubmit property
Callback when the form is submitted and valid. Returns the form data.
Implementation
final ValueChanged<Map<String, dynamic>>? onSubmit;
Callback when the form is submitted and valid. Returns the form data.
final ValueChanged<Map<String, dynamic>>? onSubmit;