We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e93fe9 commit f556b8dCopy full SHA for f556b8d
lib/widgets/message_list.dart
@@ -198,7 +198,8 @@ class _MessageListState extends State<MessageList> {
198
right: 0,
199
child: ScrollToBottomButton(
200
scrollController: scrollController,
201
- visibleValue: _scrollToBottomVisibleValue))])))))));
+ visibleValue: _scrollToBottomVisibleValue)),
202
+ ])))))));
203
}
204
205
Widget _buildListView(context) {
0 commit comments