Skip to content

Commit

Permalink
* add ItemAtIndex callback used to return grouped index.
Browse files Browse the repository at this point in the history
  • Loading branch information
meetleev committed Dec 6, 2022
1 parent 8256e87 commit 2387e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/page/grouped_scroll_view_index_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class _GroupedScrollViewIndexTestPageState
style: const TextStyle(fontWeight: FontWeight.bold),
),
Positioned(
bottom: 0,
bottom: 5,
child: Container(
alignment: Alignment.center,
height: 30,
Expand Down

0 comments on commit 2387e5a

Please sign in to comment.