Skip to content

Commit b104ca5

Browse files
author
Kamil Klyta
committed
Formatting
1 parent d7aacb4 commit b104ca5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/lib/screens/example_indicator_screen.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ class ExampleIndicatorScreen extends StatelessWidget {
2020
trailingScrollIndicatorVisible: false,
2121
builder: customIndicator.builder,
2222
onRefresh: () => Future.delayed(const Duration(seconds: 2)),
23-
child: const ExampleList(
24-
itemCount: 6,
25-
),
23+
child: const ExampleList(itemCount: 6),
2624
),
2725
),
2826
);

0 commit comments

Comments
 (0)