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 d0273a2 commit 87cdd28Copy full SHA for 87cdd28
lib/src/widgets/slidable.dart
@@ -173,8 +173,7 @@ class SlideToDismissDrawerDelegate extends SlideToDismissDelegate {
173
final extentAnimations = Iterable.generate(count).map((index) {
174
return new Tween(
175
begin: actionExtent,
176
- end: totalExtent -
177
- (actionExtent * (ctx.state.actionCount - index)),
+ end: totalExtent,
178
).animate(
179
new CurvedAnimation(
180
parent: ctx.state.overallMoveAnimation,
0 commit comments