提交 ff705fa1 编写于 作者: H Hixie

Fix tests by fixing a typo in Text due to one of my recent checkins.

TBR=abarth

Review URL: https://codereview.chromium.org/1191793004.
上级 93218fdb
......@@ -381,7 +381,7 @@ class Inline extends LeafRenderObjectWrapper {
}
class Text extends Component {
Text(data, { String key, TextStyle this.style }) : super(key: key);
Text(this.data, { String key, TextStyle this.style }) : super(key: key);
final String data;
final TextStyle style;
bool get interchangeable => true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册