enableInteractiveSelection property

bool enableInteractiveSelection
final

Whether a user can change its selection.

This flag only affects iOS VoiceOver. On Android Talkback, the selection change is sent through semantics actions and is directly disabled from the widget side.

Defaults to true.

Implementation

final bool enableInteractiveSelection;