observeIntervalForScrolling property

Duration observeIntervalForScrolling
getter/setter pairinherited

In the case where the observation is triggered during scrolling, the minimum amount of time to wait for firing observe callback.

Defaults to Duration.zero.

Implementation

Duration observeIntervalForScrolling = Duration.zero;