selected property

bool selected
final

Whether the pill is in a selected state.

When true, the pill displays with a highlighted appearance: a filled background color and a thicker border. These can be customized via PillStyle.selectedBackgroundColor, PillStyle.selectedBorderColor, and PillStyle.selectedBorderWidth.

Defaults to false.

Implementation

final bool selected;