onChange property
final
A function called whenever the date or time selected has changed.
Implementation
final void Function(DateTime? dateTime)? onChange;
A function called whenever the date or time selected has changed.
final void Function(DateTime? dateTime)? onChange;