selectedBuilder property

Widget Function(T item) selectedBuilder
final

A builder that creates the widget for the currently selected item.

Implementation

final Widget Function(T item) selectedBuilder;