dragUpdateThrottleFrequency property
read / write
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;