| Index: sky/sdk/lib/framework/widgets/radio.dart
|
| diff --git a/sky/sdk/lib/framework/components2/radio.dart b/sky/sdk/lib/framework/widgets/radio.dart
|
| similarity index 97%
|
| rename from sky/sdk/lib/framework/components2/radio.dart
|
| rename to sky/sdk/lib/framework/widgets/radio.dart
|
| index 36134ed5d645b43c0a5fffc1727f98a587c32c7f..b119d7fe41a805db48e40ff72df511d1a4978c95 100644
|
| --- a/sky/sdk/lib/framework/components2/radio.dart
|
| +++ b/sky/sdk/lib/framework/widgets/radio.dart
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +import 'dart:sky' as sky;
|
| +
|
| import 'package:sky/framework/theme2/colors.dart' as colors;
|
|
|
| -import '../fn2.dart';
|
| import '../rendering/object.dart';
|
| import 'button_base.dart';
|
| -import 'ink_well.dart';
|
| -import 'dart:sky' as sky;
|
| +import 'wrappers.dart';
|
|
|
| typedef void ValueChanged(value);
|
|
|
|
|