Skip to content

Commit 87cdd28

Browse files
committed
Revert "fix the end extend of actions"
This reverts commit d0273a2.
1 parent d0273a2 commit 87cdd28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/widgets/slidable.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ class SlideToDismissDrawerDelegate extends SlideToDismissDelegate {
173173
final extentAnimations = Iterable.generate(count).map((index) {
174174
return new Tween(
175175
begin: actionExtent,
176-
end: totalExtent -
177-
(actionExtent * (ctx.state.actionCount - index)),
176+
end: totalExtent,
178177
).animate(
179178
new CurvedAnimation(
180179
parent: ctx.state.overallMoveAnimation,

0 commit comments

Comments
 (0)