onDateSaved property
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 Jalali.
Implementation
final ValueChanged<Jalali>? 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 Jalali.
final ValueChanged<Jalali>? onDateSaved;