swipeToRemoveVelocity property

double swipeToRemoveVelocity
final

The minimum swiping velocity required to trigger the swipe-to-remove action.

If the swiping velocity of an item exceeds this value, the swipe-to-remove action will be triggered for the corresponding item within the AnimatedReorderable widget.

Implementation

final double swipeToRemoveVelocity;