cut constant
Cut the current selection and place it in the clipboard.
Implementation
static const SemanticsAction cut = SemanticsAction._(_kCutIndex, 'cut');
Cut the current selection and place it in the clipboard.
static const SemanticsAction cut = SemanticsAction._(_kCutIndex, 'cut');