flutter 基本List,如图. ... body: new ListView( children: <Widget>[ new ListTile( leading: new Icon(Icons.map), title: new Text('Map'), ) ...
確定! 回上一頁