mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Add shared analysis_options.yaml to animation samples (#145)
This commit is contained in:
@@ -176,7 +176,7 @@ class _SwipeableCardState extends State<SwipeableCard>
|
||||
var description = SpringDescription(mass: 50, stiffness: 1, damping: 1);
|
||||
var simulation =
|
||||
SpringSimulation(description, _controller.value, 1, velocity);
|
||||
_controller.animateWith(simulation).then((_) {
|
||||
_controller.animateWith(simulation).then<void>((_) {
|
||||
widget.onSwiped();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user