CopySelectionTextIntent.cut constructor
- SelectionChangedCause cause
Creates an Intent that represents a user interaction that attempts to cut the current selection in the field.
Implementation
const CopySelectionTextIntent.cut(SelectionChangedCause cause) : this._(cause, true);