mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix tests by fixing a typo in Text due to one of my recent checkins.
TBR=abarth Review URL: https://codereview.chromium.org/1191793004.
This commit is contained in:
parent
93218fdb14
commit
ff705fa119
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user