performsFirstActionWithFullSwipe property

bool performsFirstActionWithFullSwipe
final

Tip:It is ok to set this property only in first action. When drag cell a long distance,it will be dismissed, and it will execute the onTap of the first SwipeAction def value = false

这个属性设置给第一个action就好 就像iOS一样,往左拉满会直接删除一样,拉满后会执行第一个 SwipeAction 的onTap方法 默认为false

Implementation

final bool performsFirstActionWithFullSwipe;