previousReached property

bool previousReached
final

Whether the swipe threshold was reached the last time this callback was invoked.

This can be used in conjunction with SwipeUpdateDetails.reached to catch the moment that the Swipeable is dragged across the threshold.

Implementation

final bool previousReached;