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

Unified Diff: sky/sdk/example/stocks/lib/stock_settings.dart

Issue 1233703003: add initState, rename animated_container (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove print statement 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
Index: sky/sdk/example/stocks/lib/stock_settings.dart
diff --git a/sky/sdk/example/stocks/lib/stock_settings.dart b/sky/sdk/example/stocks/lib/stock_settings.dart
index 98088ae7f048eaf9888f3de4d0d1bb0b8f00855a..f1072afdc1a579122de05d797ed97a7a571be862 100644
--- a/sky/sdk/example/stocks/lib/stock_settings.dart
+++ b/sky/sdk/example/stocks/lib/stock_settings.dart
@@ -78,7 +78,7 @@ class StockSettings extends StatefulComponent {
Widget buildToolBar() {
return new ToolBar(
left: new IconButton(
- icon: 'navigation/arrow_back_white',
+ icon: 'navigation/arrow_back',
onPressed: navigator.pop),
center: new Text('Settings')
);

Powered by Google App Engine
This is Rietveld 408576698