previousReached property Null safety
final
Whether the dismiss threshold was reached the last time this callback was invoked.
This can be used in conjunction with DismissUpdateDetails.reached to catch the moment that the Dismissible is dragged across the threshold.
Implementation
final bool previousReached;