fix formatting

This commit is contained in:
Adam Velebil 2024-07-31 12:50:34 +02:00
parent 9a7a1e76a3
commit 4ec26984e2
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -59,9 +59,7 @@ class _HorizontalShakeState extends State<HorizontalShake>
}
});
_animation =
Tween<double>(begin: 0, end: widget.shakeAmount)
.animate(
_animation = Tween<double>(begin: 0, end: widget.shakeAmount).animate(
CurvedAnimation(parent: _controller, curve: Curves.ease),
);