chore: Follow up new message animation

pull/1129/head
krille-chan 2 years ago
parent 3d7dbf7ddf
commit 6599d28676
No known key found for this signature in database

@ -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(

Loading…
Cancel
Save