Chromium Code Reviews| Index: sky/sdk/lib/framework/fn.dart |
| diff --git a/sky/sdk/lib/framework/fn.dart b/sky/sdk/lib/framework/fn.dart |
| index ff6900f06d45c8bbce61ba30a22f8fe384f12fe0..eab821ab98897e7ae9b3f1ecdd41b3bff77d78b9 100644 |
| --- a/sky/sdk/lib/framework/fn.dart |
| +++ b/sky/sdk/lib/framework/fn.dart |
| @@ -609,7 +609,7 @@ class FlexContainer extends OneChildListRenderNodeWrapper { |
| List<UINode> children, |
| Style style, |
| String inlineStyle, |
| - this.direction: FlexDirection.horizontal |
| + this.direction: FlexDirection.Row |
| }) : super( |
| key: key, |
| children: children, |