selected property

  1. @override
bool selected
final

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.

Defaults to false.

Implementation

@override
final bool selected;