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 54c2b68 commit 2c3a6eaCopy full SHA for 2c3a6ea
lib/example/sticky_header.dart
@@ -152,6 +152,7 @@ class ExampleVerticalDouble extends StatelessWidget {
152
(context, i) {
153
final ii = i + numBottomSections;
154
return StickyHeaderItem(
155
+ allowOverflow: true,
156
header: WideHeader(i: ii),
157
child: Column(
158
children: List.generate(numPerSection + 1, (j) {
@@ -167,6 +168,7 @@ class ExampleVerticalDouble extends StatelessWidget {
167
168
169
final ii = numBottomSections - 1 - i;
170
171
172
173
174
0 commit comments