onChanged property

ValueChanged<DateTime>? onChanged
final

Whenever the current date is changed. If this is null, the picker is considered disabled

Implementation

final ValueChanged<DateTime>? onChanged;