Remove flutter chat #26
1 changed files with 1 additions and 1 deletions
Change scroll animation length
commit
150de1a669
|
|
@ -339,7 +339,7 @@ class RoomChat extends HookConsumerWidget {
|
|||
scrollController: scrollController,
|
||||
alignment: 0.5,
|
||||
duration: (_) =>
|
||||
Duration(milliseconds: 250),
|
||||
Duration(milliseconds: 700),
|
||||
curve: (_) => Curves.easeInOut,
|
||||
);
|
||||
flashingEvent.value = replyId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue