selectionControls property

TextSelectionControls? selectionControls
final

Optional delegate for building the text selection handles and toolbar.

The RawEditor widget used on its own will not trigger the display of the selection toolbar by itself. The toolbar is shown by calling RawEditorState.showToolbar in response to an appropriate user event.

Implementation

final TextSelectionControls? selectionControls;