useChips property

bool? useChips
final

Whether to render selected items as interactive chip widgets.

Overrides the theme default. When true, selected items appear as dismissible chips. When false, items appear as simple text tokens.

Implementation

final bool? useChips;