copy constant

CopySelectionTextIntent const copy

An Intent that represents a user interaction that attempts to copy the current selection in the field.

Implementation

static const CopySelectionTextIntent copy = CopySelectionTextIntent._(SelectionChangedCause.keyboard, false);