mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-06-13 10:42:12 +00:00
fix anayzer
This commit is contained in:
parent
e59c4728a0
commit
a9bbbacd3a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class _AnimatedNewMessageState extends State<AnimatedNewMessage>
|
||||||
parent: _controller,
|
parent: _controller,
|
||||||
curve: Curves.easeOut,
|
curve: Curves.easeOut,
|
||||||
),
|
),
|
||||||
axisAlignment: 1,
|
alignment: Alignment.bottomLeft,
|
||||||
child: ScaleTransition(
|
child: ScaleTransition(
|
||||||
scale: _scaleAnimation,
|
scale: _scaleAnimation,
|
||||||
alignment: Alignment.bottomRight,
|
alignment: Alignment.bottomRight,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue