onDateTimeChanged property

ValueChanged<DateTime> onDateTimeChanged
final

Callback called when the selected date and/or time changes. If the new selected DateTime is not valid, or is not in the minimumDate through maximumDate range, this callback will not be called.

The timing of this callback is controlled by changeReportingBehavior.

Implementation

final ValueChanged<DateTime> onDateTimeChanged;