onSubmit property

(Future? Function()?) onSubmit
final

Callback called on submit If this is null the component will not animate to complete

Implementation

final Future? Function()? onSubmit;