| Index: sky/examples/stocks-fn/stocklist.dart
|
| diff --git a/sky/examples/stocks-fn/stocklist.dart b/sky/examples/stocks-fn/stocklist.dart
|
| index 187eb68207410fef4552079febf403fadd2bb251..c4ac95fd4b2421b00054a7b52209c88f2f6cb052 100644
|
| --- a/sky/examples/stocks-fn/stocklist.dart
|
| +++ b/sky/examples/stocks-fn/stocklist.dart
|
| @@ -7,7 +7,7 @@ class Stocklist extends FixedHeightScrollable {
|
| Stocklist({
|
| Object key,
|
| this.stocks
|
| - }) : super(key: key, itemHeight: 80.0, height: 800.0, minOffset: 0.0);
|
| + }) : super(key: key, minOffset: 0.0);
|
|
|
| List<Node> renderItems(int start, int count) {
|
| var items = [];
|
|
|