chore: Follow up new message animation

This commit is contained in:
krille-chan 2024-05-20 18:05:02 +02:00
parent 3d7dbf7ddf
commit 6599d28676
No known key found for this signature in database

View file

@ -147,8 +147,10 @@ class Message extends StatelessWidget {
return AnimatedSize(
duration: FluffyThemes.animationDuration,
curve: FluffyThemes.animationCurve,
clipBehavior: Clip.none,
alignment: ownMessage ? Alignment.bottomRight : Alignment.bottomLeft,
child: animateIn
? const SizedBox.shrink()
? const SizedBox(height: 0, width: double.infinity)
: Stack(
children: [
Positioned(