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 a9a3efe commit 311d4d5Copy full SHA for 311d4d5
lib/message_list.dart
@@ -53,7 +53,7 @@ class _MessageListState extends State<MessageList> {
53
Widget _buildListView(context) {
54
return ListView.separated(
55
itemCount: messages.length,
56
- separatorBuilder: (context, i) => const SizedBox(height: 16),
+ separatorBuilder: (context, i) => const SizedBox(height: 11),
57
// Setting reverse: true means the scroll starts at the bottom.
58
// Flipping the indexes (in itemBuilder) means the start/bottom
59
// has the latest messages.
0 commit comments