| Index: sky/sdk/lib/framework/widgets/popup_menu.dart
|
| diff --git a/sky/sdk/lib/framework/components2/popup_menu.dart b/sky/sdk/lib/framework/widgets/popup_menu.dart
|
| similarity index 99%
|
| rename from sky/sdk/lib/framework/components2/popup_menu.dart
|
| rename to sky/sdk/lib/framework/widgets/popup_menu.dart
|
| index 62e93f8d4901d000fe146dc19fa4b096d6451895..8307996a575d3ff27bad8154bb6a123b1a9f580a 100644
|
| --- a/sky/sdk/lib/framework/components2/popup_menu.dart
|
| +++ b/sky/sdk/lib/framework/widgets/popup_menu.dart
|
| @@ -7,13 +7,13 @@ import 'dart:math' as math;
|
| import 'dart:sky' as sky;
|
|
|
| import '../animation/animated_value.dart';
|
| -import '../fn2.dart';
|
| import '../painting/box_painter.dart';
|
| import '../theme2/colors.dart';
|
| import '../theme2/shadows.dart';
|
| import 'animated_component.dart';
|
| import 'material.dart';
|
| import 'popup_menu_item.dart';
|
| +import 'wrappers.dart';
|
|
|
| const double _kMenuOpenDuration = 300.0;
|
| const double _kMenuCloseDuration = 200.0;
|
|
|