onChanged property

ValueChanged<DateTime>? onChanged
final

Whenever the current selected date is changed by the user.

If null, the picker is considered disabled

Implementation

final ValueChanged<DateTime>? onChanged;