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> {
|
||||
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