We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cdd28 commit 58e2f3dCopy full SHA for 58e2f3d
lib/src/widgets/slidable.dart
@@ -173,7 +173,7 @@ class SlideToDismissDrawerDelegate extends SlideToDismissDelegate {
173
final extentAnimations = Iterable.generate(count).map((index) {
174
return new Tween(
175
begin: actionExtent,
176
- end: totalExtent,
+ end: totalExtent - (actionExtent * (ctx.state.actionCount - index - 1)),
177
).animate(
178
new CurvedAnimation(
179
parent: ctx.state.overallMoveAnimation,
0 commit comments