Sky support for flexbox justify content

R=abarth@chromium.org, abarth

Review URL: https://codereview.chromium.org/1164363002
This commit is contained in:
Collin Jackson 2015-06-08 14:14:02 -07:00
parent c71032ce2e
commit e9d5b13415

View File

@ -9,7 +9,7 @@ class RenderSolidColorBox extends RenderDecoratedBox {
final Size desiredSize;
final Color backgroundColor;
RenderSolidColorBox(Color backgroundColor, { this.desiredSize: const Size.infinite() })
RenderSolidColorBox(Color backgroundColor, { this.desiredSize: Size.infinite })
: backgroundColor = backgroundColor,
super(decoration: new BoxDecoration(backgroundColor: backgroundColor));