chipBuilder property
Builder function for creating chip widget representations.
Required function that defines how each chip appears visually in the input. Receives the build context and chip data, returning a widget that represents the chip with appropriate styling and interaction capabilities.
Implementation
final ChipWidgetBuilder<T> chipBuilder;