changeReportingBehavior property

ChangeReportingBehavior changeReportingBehavior
final

The behavior of reporting the selected duration.

This determines when the onTimerDurationChanged 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;