flutter

itemCount: _Count,itemBuilder: (BuildContext context, int index){〜}

itemCountはリストが保有する要素数
itemBuilderのindexは表示処理に使 ...