| Index: sky/sdk/lib/widgets/raised_button.dart
|
| diff --git a/sky/sdk/lib/framework/widgets/raised_button.dart b/sky/sdk/lib/widgets/raised_button.dart
|
| similarity index 100%
|
| rename from sky/sdk/lib/framework/widgets/raised_button.dart
|
| rename to sky/sdk/lib/widgets/raised_button.dart
|
| index cf636bcc5ecee98e8fa315aea96231a1b971095f..9489d7bd793a03186e0971f9191bd717ff9bb573 100644
|
| --- a/sky/sdk/lib/framework/widgets/raised_button.dart
|
| +++ b/sky/sdk/lib/widgets/raised_button.dart
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../theme2/edges.dart';
|
| import '../theme2/colors.dart';
|
| +import '../theme2/edges.dart';
|
| +import 'basic.dart';
|
| import 'button_base.dart';
|
| import 'ink_well.dart';
|
| import 'material.dart';
|
| -import 'basic.dart';
|
|
|
| enum RaisedButtonTheme { light, dark }
|
|
|
|
|