builder property

Widget Function(BuildContext context, int index, bool isSelected) builder
final

The builder function to the elements context is the context of the widget index is the index of the current element isSelected is true if the current element is selected

Implementation

final Widget Function(
  BuildContext context,
  int index,
  bool isSelected,
) builder;