diff --git a/examples/stocks-fn/stocklist.dart b/examples/stocks-fn/stocklist.dart index d904ef1c2a8..883ee378692 100644 --- a/examples/stocks-fn/stocklist.dart +++ b/examples/stocks-fn/stocklist.dart @@ -8,7 +8,7 @@ class Stocklist extends FixedHeightScrollable { Object key, this.stocks, this.query - }) : super(key: key, scrollCurve: new BoundedScrollCurve(minOffset: 0.0)); + }) : super(key: key, scrollCurve: new OverscrollCurve()); List buildItems(int start, int count) { return stocks