DateRangePickerValueChangedCallback typedef
DateRangePickerValueChangedCallback =
void Function(String)
Signature for the callback that reports when the picker controller value changed.
Implementation
typedef DateRangePickerValueChangedCallback = void Function(String);