We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f13ee1 commit 593a02bCopy full SHA for 593a02b
lib/widgets/message_list.dart
@@ -559,7 +559,7 @@ class MarkAsReadAnimation extends StatelessWidget {
559
Widget build(BuildContext context) {
560
return AnimatedOpacity(
561
opacity: hidden ? 0 : loading ? 0.5 : 1,
562
- duration: Duration(milliseconds: hidden ? 2000 : 300),
+ duration: const Duration(milliseconds: 500),
563
curve: Curves.easeOut,
564
child: child);
565
}
0 commit comments