onChanged property

ValueChanged<DateTime?>? onChanged
final

A callback that gets executed when the user changes the DateTime in the DateTimeField.

Implementation

final ValueChanged<DateTime?>? onChanged;