mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 23:14:18 +03:00
fix formatting
This commit is contained in:
parent
9a7a1e76a3
commit
4ec26984e2
@ -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),
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user