Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1657)

Unified Diff: sky/examples/lib/solid_color_box.dart

Issue 1164363002: Sky support for flexbox justify content (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/examples/raw/justify_content.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/lib/solid_color_box.dart
diff --git a/sky/examples/lib/solid_color_box.dart b/sky/examples/lib/solid_color_box.dart
index 4608f4b6b334d766e8f026c92fa315e946ca7dc0..ae008e39316cf316b631115fc3329847b25a04f9 100644
--- a/sky/examples/lib/solid_color_box.dart
+++ b/sky/examples/lib/solid_color_box.dart
@@ -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));
« no previous file with comments | « no previous file | sky/examples/raw/justify_content.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698