Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2bb7fd4

Browse files
committed
Merge pull request #694 from abarth/default_scroll_direction
Give default scroll directions
2 parents 1f1c1af + 1cd5478 commit 2bb7fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/packages/sky/lib/widgets/scrollable.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class ScrollableList<T> extends FixedHeightScrollable {
502502
class PageableList<T> extends ScrollableList<T> {
503503
PageableList({
504504
Key key,
505-
ScrollDirection scrollDirection,
505+
ScrollDirection scrollDirection: ScrollDirection.horizontal,
506506
List<T> items,
507507
ItemBuilder<T> itemBuilder,
508508
double itemExtent,

0 commit comments

Comments
 (0)