This commit is contained in:
Jganenokk
2026-04-06 18:24:45 +07:00
parent cd5fdcf2c5
commit a4719c91b8
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class _ChatScreenState extends State<ChatScreen>
WidgetsBinding.instance.addPostFrameCallback((_) {
if (_scrollController.hasClients) {
_scrollController.animateTo(
_scrollController.position.maxScrollExtent,
_scrollController.position.minScrollExtent,
duration: const Duration(milliseconds: 300),
curve: Curves.easeOut,
);