| Index: sky/sdk/example/rendering/justify_content.dart
|
| diff --git a/sky/sdk/example/rendering/justify_content.dart b/sky/sdk/example/rendering/justify_content.dart
|
| index fc8c86a49fb0e4a0c47c21adc80e94f5b608e232..2f06968406841e573e148a75e4942c8c201fb21d 100644
|
| --- a/sky/sdk/example/rendering/justify_content.dart
|
| +++ b/sky/sdk/example/rendering/justify_content.dart
|
| @@ -32,8 +32,8 @@ void main() {
|
| row.parentData.flex = 1;
|
| }
|
|
|
| - addRow(FlexJustifyContent.flexStart);
|
| - addRow(FlexJustifyContent.flexEnd);
|
| + addRow(FlexJustifyContent.start);
|
| + addRow(FlexJustifyContent.end);
|
| addRow(FlexJustifyContent.center);
|
| addRow(FlexJustifyContent.spaceBetween);
|
| addRow(FlexJustifyContent.spaceAround);
|
|
|