onEndDateChanged property

ValueChanged<DateTime?> onEndDateChanged
final

Called when the user changes the end date of the selected range.

Implementation

final ValueChanged<DateTime?> onEndDateChanged;