onDragHorizontalStart property
The callback function is a lifecycle callback for the horizontal drag event. It is called when a horizontal drag starts, which is useful for handling actions that occur at the beginning of the drag.
Implementation
final VoidCallback? onDragHorizontalStart;