selectionCtrls property

TextSelectionControls selectionCtrls
final

Delegate for building the text selection handles and toolbar.

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

Implementation

final TextSelectionControls selectionCtrls;