| Index: sky/sdk/lib/widgets/scrollable.dart
|
| diff --git a/sky/sdk/lib/widgets/scrollable.dart b/sky/sdk/lib/widgets/scrollable.dart
|
| index 1051a4b8b5918fc11f6825a18b6b12b430b21a64..38c308668da5b7516acfcc8acb993b6b4207c3eb 100644
|
| --- a/sky/sdk/lib/widgets/scrollable.dart
|
| +++ b/sky/sdk/lib/widgets/scrollable.dart
|
| @@ -26,7 +26,8 @@ abstract class ScrollClient {
|
|
|
| abstract class Scrollable extends Component {
|
|
|
| - Scrollable({ Object key, Color this.backgroundColor }) : super(key: key, stateful: true);
|
| + Scrollable({ String key, Color this.backgroundColor })
|
| + : super(key: key, stateful: true);
|
|
|
| Color backgroundColor;
|
|
|
|
|