Skip to content

Conversation

@GASTDASH
Copy link

Add groupSpacing to easy create space between each group.

  GroupedListView<dynamic, String>(
    elements: _elements,
    groupBy: (element) => element['group'],
    groupSeparatorBuilder: (String groupByValue) => Text(groupByValue),
    itemBuilder: (context, dynamic element) => Text(element['name']),
    groupSpacing: 64, // group spacing
  ),

@GASTDASH GASTDASH requested a review from Dimibe as a code owner June 27, 2025 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant