copy constant Null safety
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);