... _getData(){ List<Widget> list = new List(); for(int i =0;i<20;i++){ list.add(ListTile( title:Text("我是$i列表") )); } return list; } ...
確定! 回上一頁