fix: Scroll up and scroll down buttons in chat list
This commit is contained in:
parent
000e595d8b
commit
c59486ca90
2 changed files with 8 additions and 13 deletions
|
|
@ -191,6 +191,8 @@ class ChatView extends StatelessWidget {
|
|||
title: ChatAppBarTitle(controller),
|
||||
actions: _appBarActions(context),
|
||||
),
|
||||
floatingActionButtonLocation:
|
||||
FloatingActionButtonLocation.centerFloat,
|
||||
floatingActionButton: controller.showScrollDownButton &&
|
||||
controller.selectedEvents.isEmpty
|
||||
? Padding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue