mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #694 from abarth/default_scroll_direction
Give default scroll directions
This commit is contained in:
commit
2bb7fd4295
@ -502,7 +502,7 @@ class ScrollableList<T> extends FixedHeightScrollable {
|
||||
class PageableList<T> extends ScrollableList<T> {
|
||||
PageableList({
|
||||
Key key,
|
||||
ScrollDirection scrollDirection,
|
||||
ScrollDirection scrollDirection: ScrollDirection.horizontal,
|
||||
List<T> items,
|
||||
ItemBuilder<T> itemBuilder,
|
||||
double itemExtent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user