selectable property

bool selectable
final

Whether descendant text participates in an enclosing SelectionArea. Defaults to false.

The default matches native platforms, where a control's label is never selectable. Set this to true for content-bearing tappable surfaces, such as a card or list item, whose text a user may legitimately want to select and copy.

Implementation

final bool selectable;