Merge pull request #694 from abarth/default_scroll_direction
Give default scroll directions
This commit is contained in:
commit
967b7a744f
@ -502,7 +502,7 @@ class ScrollableList<T> extends FixedHeightScrollable {
|
|||||||
class PageableList<T> extends ScrollableList<T> {
|
class PageableList<T> extends ScrollableList<T> {
|
||||||
PageableList({
|
PageableList({
|
||||||
Key key,
|
Key key,
|
||||||
ScrollDirection scrollDirection,
|
ScrollDirection scrollDirection: ScrollDirection.horizontal,
|
||||||
List<T> items,
|
List<T> items,
|
||||||
ItemBuilder<T> itemBuilder,
|
ItemBuilder<T> itemBuilder,
|
||||||
double itemExtent,
|
double itemExtent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user