| Index: sky/home.dart
|
| diff --git a/sky/home.dart b/sky/home.dart
|
| index 767027a95394a9bd7c7e4f89d104740e7c4fc0e7..a5a282ca035c8b76dd0816b4c6105190e2043f20 100644
|
| --- a/sky/home.dart
|
| +++ b/sky/home.dart
|
| @@ -39,8 +39,7 @@ class SkyDemo extends Component {
|
|
|
| Widget build() {
|
| return new ConstrainedBox(
|
| - // TOOD(ianh): Fix so we don't need INFINITY here.
|
| - constraints: new BoxConstraints.tightFor(width: double.INFINITY),
|
| + constraints: const BoxConstraints.expandWidth(),
|
| child: new RaisedButton(
|
| child: new Text(text),
|
| onPressed: _handlePress
|
|
|