✨ Preset statuses
This commit is contained in:
@ -362,10 +362,7 @@ class _ChannelChatScreenState extends State<ChannelChatScreen> {
|
||||
}
|
||||
|
||||
return SliverToBoxAdapter(
|
||||
child: const LinearProgressIndicator()
|
||||
.animate()
|
||||
.slideY()
|
||||
.paddingOnly(bottom: 4),
|
||||
child: const LinearProgressIndicator().animate().slideY(),
|
||||
);
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user