Commit 967b7a74 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #694 from abarth/default_scroll_direction

Give default scroll directions
parents a9643aea bc7256da
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment