Preset statuses

This commit is contained in:
2024-06-27 01:33:03 +08:00
parent 834eed652d
commit 42acffff3e
9 changed files with 286 additions and 111 deletions

View File

@ -362,10 +362,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
}
return SliverToBoxAdapter(
child: const LinearProgressIndicator()
.animate()
.slideY()
.paddingOnly(bottom: 4),
child: const LinearProgressIndicator().animate().slideY(),
);
}),
],