onFinalDateChanged property
final
A function called whenever the final date changes. Use this to synchronise the DateRange's date with a date in the parent's state.
Implementation
final void Function(DateTime?)? onFinalDateChanged;
A function called whenever the final date changes. Use this to synchronise the DateRange's date with a date in the parent's state.
final void Function(DateTime?)? onFinalDateChanged;