swipeToRemoveDirectionGetter property
final
A function that determines the swipe-to-remove direction for an item at a given index.
If the function returns null, the swipeToRemove feature
will be disabled for the element at the specified index.
Implementation
final AxisDirectionGetter? swipeToRemoveDirectionGetter;