CopySelectionTextIntent.cut constructor

const CopySelectionTextIntent.cut(
  1. 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);