builder property

ListBuilderCallback<T> builder
final

Builder to display on the list.

context is passed as BuildContext, item as each element, and index as the array number of the element.

リストに表示するためのビルダー。

contextBuildContextitemに各要素、indexが要素の配列番号が渡されます。

Implementation

final ListBuilderCallback<T> builder;