selectionControls property

TextSelectionControls? selectionControls
final

Optional delegate for building the text selection handles and toolbar.

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

See also:

Implementation

final TextSelectionControls? selectionControls;