dragUpdateCallback property
This callback is triggered when dragging the mouse cursor causes the rect to changed.
- you can set this callback for listen drag details.
- e.g. scroll ListView
Implementation
final SelectZoneChangedCallback? dragUpdateCallback;