selected property

bool selected
final

Whether the chip is in selected state.

When true, the chip will be highlighted with selectedColor. Useful for filter chips.

Defaults to false.

Implementation

final bool selected;