onDragSelectionUpdate property

dynamic onDragSelectionUpdate
final

Called repeatedly as a mouse moves while dragging.

The frequency of calls is throttled to avoid excessive text layout operations in text fields. The throttling is controlled by the constant _kDragSelectionUpdateThrottle.

Implementation

final DragSelectionUpdateCallback? onDragSelectionUpdate;