changeReportingBehavior property
final
The behavior of reporting the selected date.
This determines when the onDateTimeChanged callback is called.
Native iOS 18 behavior is ChangeReportingBehavior.onScrollEnd, which calls the callback only when the scrolling stops.
Defaults to ChangeReportingBehavior.onScrollUpdate.
Implementation
final ChangeReportingBehavior changeReportingBehavior;