chips property

List<T> chips
final

Current list of selected chips to display.

When using controller-based management, this is managed automatically. For callback-based management, this should reflect the current state.

Implementation

final List<T> chips;