onRangeChanged property

OnRangeChanged? onRangeChanged
final

A callback function for the selected date(s).

For DateRangerType.single both the start and end dates are set to the selected date

Implementation

final OnRangeChanged? onRangeChanged;