builder property
Builder function that creates the visual representation of each item.
Called for each item to create its visual representation in the picker. The builder receives the item value and selection state, allowing customized appearance based on the current selection.
Implementation
final ItemPickerBuilder<T> builder;