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