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

Unified Diff: sky/sdk/example/rendering/justify_content.dart

Issue 1232063004: Remove redundant 'flex' prefixes on enum values. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/sdk/example/widgets/styled_text.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | sky/sdk/example/widgets/styled_text.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698