copySelection method

  1. @override
void copySelection(
  1. SelectionChangedCause cause
)
override

Copy current selection to Clipboard.

If cause is SelectionChangedCause.toolbar, the position of bringIntoView to selection will be called and hide toolbar.

Implementation

@override
void copySelection(SelectionChangedCause cause) {
  // TOD: implement copySelection
}