| Index: sky/examples/stocks2/lib/stock_arrow.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_arrow.dart b/sky/examples/stocks2/lib/stock_arrow.dart
|
| index 3b717f9eda91b42ca7e07428cde74b7cce393aa1..893f37526bb56c7633a2adc331d4e3fa5b54707a 100644
|
| --- a/sky/examples/stocks2/lib/stock_arrow.dart
|
| +++ b/sky/examples/stocks2/lib/stock_arrow.dart
|
| @@ -28,7 +28,7 @@ class StockArrow extends Component {
|
| return colors.Red[_colorIndexForPercentChange(percentChange)];
|
| }
|
|
|
| - UINode build() {
|
| + Widget build() {
|
| // TODO(jackson): This should change colors with the theme
|
| Color color = _colorForPercentChange(percentChange);
|
| const double kSize = 40.0;
|
|
|