| Index: sky/examples/stocks2/lib/stock_list.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_list.dart b/sky/examples/stocks2/lib/stock_list.dart
|
| index 0bf3673614773d39f60e61cef59e684ec2ab2f2f..f2c20641fb1223905372ed612588875baddb86d0 100644
|
| --- a/sky/examples/stocks2/lib/stock_list.dart
|
| +++ b/sky/examples/stocks2/lib/stock_list.dart
|
| @@ -11,7 +11,7 @@ import 'stock_row.dart';
|
| class Stocklist extends FixedHeightScrollable {
|
|
|
| Stocklist({
|
| - Object key,
|
| + String key,
|
| this.stocks,
|
| this.query
|
| }) : super(itemHeight: StockRow.kHeight, key: key);
|
|
|