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.
2 parents 5845a89 + dbc6597 commit ba45d60Copy full SHA for ba45d60
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 - 1)),
178
).animate(
179
new CurvedAnimation(
180
parent: ctx.state.overallMoveAnimation,
0 commit comments