onChanged property

ValueChanged<T> onChanged
final

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

Implementation

final ValueChanged<T> onChanged;