onChange property

ValueChanged<DateTime?>? onChange
finalinherited

Called with the current value of the field whenever it is changed.

Implementation

final ValueChanged<T?>? onChange;