onFinalDateChanged property

(void Function(DateTime?)?) onFinalDateChanged
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;