Skip to content

Commit

Permalink
msglist [nfc]: _MessageListState whitespace adjusted for list entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpengi committed Jul 28, 2023
1 parent 4e93fe9 commit f556b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ class _MessageListState extends State<MessageList> {
right: 0,
child: ScrollToBottomButton(
scrollController: scrollController,
visibleValue: _scrollToBottomVisibleValue))])))))));
visibleValue: _scrollToBottomVisibleValue)),
])))))));
}

Widget _buildListView(context) {
Expand Down

0 comments on commit f556b8d

Please sign in to comment.