| Index: sky/framework/components/radio.dart
|
| diff --git a/sky/framework/components/radio.dart b/sky/framework/components/radio.dart
|
| index 221ffcfcdb16f49a74a65f9202163df27a3bf4a5..4f45aa36d3acf3d503c26b1ec0e19b256571dc6e 100644
|
| --- a/sky/framework/components/radio.dart
|
| +++ b/sky/framework/components/radio.dart
|
| @@ -56,7 +56,7 @@ class Radio extends ButtonBase {
|
|
|
| Node build() {
|
| return new Material(
|
| - style: highlight ? _highlightStyle : _style,
|
| + styles: [highlight ? _highlightStyle : _style],
|
| children: value == groupValue ? [new Container( style : _dotStyle )] : []
|
| )
|
| }
|
|
|