dragUpdateThrottleFrequency property

Duration? dragUpdateThrottleFrequency
getter/setter pair

The frequency at which the onDragUpdate callback is called.

The value defaults to null, meaning there is no delay for onDragUpdate callback.

Implementation

Duration? dragUpdateThrottleFrequency;