onSubmit property

void Function(DateTime date) onSubmit
final

Called once the user submits a valid age.

The submitted age will be returned using the callback arguement.

Implementation

final void Function(DateTime date) onSubmit;