cutSelection abstract method

void cutSelection(
  1. SelectionChangedCause cause
)

Cut current selection to Clipboard.

If and only if cause is SelectionChangedCause.toolbar, the toolbar will be hidden and the current selection will be scrolled into view.

Implementation

void cutSelection(SelectionChangedCause cause);