| Index: sky/framework/components/radio.dart
|
| diff --git a/sky/framework/components/radio.dart b/sky/framework/components/radio.dart
|
| index ff64a36be16ec26a66d6102402c2dc20e639b2da..e5024e1ef5ef1f0305999d0efb28ed2724c74042 100644
|
| --- a/sky/framework/components/radio.dart
|
| +++ b/sky/framework/components/radio.dart
|
| @@ -53,8 +53,8 @@ class Radio extends ButtonBase {
|
| this.groupValue
|
| }) : super(key: key);
|
|
|
| - Node buildContent() {
|
| - return new EventTarget(
|
| + UINode buildContent() {
|
| + return new EventListenerNode(
|
| new StyleNode(
|
| new InkWell(
|
| children: value == groupValue ? [new Container(style: _dotStyle)] : []
|
|
|