在下面的代码中,必须编写new关键字吗??例如。 new Container
,new Row
,new Text
,new CircleAvatar
return new Container(
child: new Row(
children: <Widget>[
new Container(
child: new CircleAvatar(
child: new Text(_name[0]),
),
),
new Column(
children: <Widget>[
new Text("Text Here"),
new Container(
child: new Text(text),
)
],
)
],
),
);
不,不是......................................