cutSelection abstract method
- 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);