Index: sky/examples/stocks/lib/stock_arrow.dart |
diff --git a/sky/examples/stocks/lib/stock_arrow.dart b/sky/examples/stocks/lib/stock_arrow.dart |
index 9524ffe37cc95b0c3a6dc06facb99b85a2dd57d5..9ca249a4a9e04fe8429ee284d7c63a2fe94efb48 100644 |
--- a/sky/examples/stocks/lib/stock_arrow.dart |
+++ b/sky/examples/stocks/lib/stock_arrow.dart |
@@ -73,7 +73,7 @@ class StockArrow extends Component { |
return _kRedColors[_colorIndexForPercentChange(percentChange)]; |
} |
- Node build() { |
+ UINode build() { |
String border = _colorForPercentChange(percentChange).toString(); |
bool up = percentChange > 0; |
String type = up ? 'bottom' : 'top'; |