| Index: sky/sdk/lib/theme2/shadows.dart
|
| diff --git a/sky/sdk/lib/framework/theme2/shadows.dart b/sky/sdk/lib/theme2/shadows.dart
|
| similarity index 99%
|
| rename from sky/sdk/lib/framework/theme2/shadows.dart
|
| rename to sky/sdk/lib/theme2/shadows.dart
|
| index 8662e51e6a19f4896b7881bf6332287e380cfc96..4f5697fdeb663c3d5901eeef565522b5309eb95a 100644
|
| --- a/sky/sdk/lib/framework/theme2/shadows.dart
|
| +++ b/sky/sdk/lib/theme2/shadows.dart
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../painting/box_painter.dart';
|
| import 'dart:sky' show Color, Size;
|
|
|
| +import '../painting/box_painter.dart';
|
| +
|
| const Map<int, List<BoxShadow>> shadows = const {
|
| 1: const [
|
| const BoxShadow(
|
|
|