Skip to content

Commit 311d4d5

Browse files
committed
msglist: Match web on spacing between messages, too
1 parent a9a3efe commit 311d4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class _MessageListState extends State<MessageList> {
5353
Widget _buildListView(context) {
5454
return ListView.separated(
5555
itemCount: messages.length,
56-
separatorBuilder: (context, i) => const SizedBox(height: 16),
56+
separatorBuilder: (context, i) => const SizedBox(height: 11),
5757
// Setting reverse: true means the scroll starts at the bottom.
5858
// Flipping the indexes (in itemBuilder) means the start/bottom
5959
// has the latest messages.

0 commit comments

Comments
 (0)