onDateSaved property
final
An optional method to call with the final date when the form is saved via FormState.save. Will only be called if the input represents a valid DateTime.
Implementation
final ValueChanged<DateTime>? onDateSaved;
An optional method to call with the final date when the form is saved via FormState.save. Will only be called if the input represents a valid DateTime.
final ValueChanged<DateTime>? onDateSaved;