selected property

bool selected

Whether or not this chip is selected.

If onSelected is not null, this value will be used to determine if the select check mark will be shown or not.

Must not be null. Defaults to false.

Implementation

bool get selected;