| Index: sky/examples/stocks2/lib/stock_menu.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_menu.dart b/sky/examples/stocks2/lib/stock_menu.dart
|
| index 2b9df0b89406b21e1d9c01583b0d2b252c9c4a47..3d6450d27a57b35e3571a7f3e98672f2eb2cbfc1 100644
|
| --- a/sky/examples/stocks2/lib/stock_menu.dart
|
| +++ b/sky/examples/stocks2/lib/stock_menu.dart
|
| @@ -20,7 +20,7 @@ class StockMenu extends Component {
|
| final bool autorefresh;
|
| final ValueChanged onAutorefreshChanged;
|
|
|
| - UINode build() {
|
| + Widget build() {
|
| var checkbox = new Checkbox(
|
| value: this.autorefresh,
|
| onChanged: this.onAutorefreshChanged
|
|
|