Skip to content

Commit 84f8b20

Browse files
fixed the default axis
1 parent 8f2e877 commit 84f8b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wisewidgetslibrary/lib/src/widgets/paged_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PagedList<T> extends StatelessWidget {
2525
this.shimmerColor,
2626
this.shimmerHighlightColor,
2727
this.invisibleItemsThreshold = 5,
28-
this.scrollDirection = Axis.horizontal,
28+
this.scrollDirection = Axis.vertical,
2929
});
3030

3131
/// List of items to display, usually a stream from database

0 commit comments

Comments
 (0)