mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Sky support for flexbox justify content
R=abarth@chromium.org, abarth Review URL: https://codereview.chromium.org/1164363002
This commit is contained in:
parent
c71032ce2e
commit
e9d5b13415
@ -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));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user