今天我们将学习怎么显示文本,并操作文本;在Flutter中,使用Text控件显示。 显示单行文本 new Text('Text style', textAlign: TextAlign.center, style: new TextStyle( fontSize: 12.0, fontWeight: FontWeight.bold, color: Color...