... using the list icon as the leading icon: ListView.builder( itemBuilder: (context, i) => ListTile( leading: Icon(Icons.list), title: Text("title number ...
確定! 回上一頁