itemBuilder property

ChipFieldItemBuilder<T> itemBuilder
final

This function takes the context and the value and must return a FieldItem that represent that value.

Implementation

final ChipFieldItemBuilder<T> itemBuilder;