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

Unified Diff: sky/sdk/lib/widgets/flat_button.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/lib/widgets/flat_button.dart
diff --git a/sky/sdk/lib/widgets/flat_button.dart b/sky/sdk/lib/widgets/flat_button.dart
index c4b65cceed3f7e497121c309dd00cff6f6254490..5efbcd49ef7cf881ca987339e187bfd5717fd232 100644
--- a/sky/sdk/lib/widgets/flat_button.dart
+++ b/sky/sdk/lib/widgets/flat_button.dart
@@ -29,5 +29,5 @@ class FlatButton extends MaterialButton {
}
}
- int get level => null;
+ int get level => 0;
}

Powered by Google App Engine
This is Rietveld 408576698