| 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;
|
|
|