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 d7aacb4 commit b104ca5Copy full SHA for b104ca5
example/lib/screens/example_indicator_screen.dart
@@ -20,9 +20,7 @@ class ExampleIndicatorScreen extends StatelessWidget {
20
trailingScrollIndicatorVisible: false,
21
builder: customIndicator.builder,
22
onRefresh: () => Future.delayed(const Duration(seconds: 2)),
23
- child: const ExampleList(
24
- itemCount: 6,
25
- ),
+ child: const ExampleList(itemCount: 6),
26
),
27
28
);
0 commit comments