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

Unified Diff: sky/framework/components/drawer.dart

Issue 1017463002: Fix some checked mode errors in drawer.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « sky/framework/animation/generators.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/drawer.dart
diff --git a/sky/framework/components/drawer.dart b/sky/framework/components/drawer.dart
index 79710709ddde71086e3d32c2a60aa1cfa4f9730b..2336a8de527a016116d56a349de5ab90515e97d6 100644
--- a/sky/framework/components/drawer.dart
+++ b/sky/framework/components/drawer.dart
@@ -16,7 +16,7 @@ const double _kWidth = 304.0;
const double _kMinFlingVelocity = 0.4;
const double _kBaseSettleDurationMS = 246.0;
const double _kMaxSettleDurationMS = 600.0;
-const Cubic _kAnimationCurve = parabolicRise;
+const Curve _kAnimationCurve = parabolicRise;
class DrawerAnimation extends Animation {
Stream<double> get onPositionChanged => onValueChanged;
« no previous file with comments | « sky/framework/animation/generators.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698