editableTextKey property

  1. @override
GlobalKey<EditorState> editableTextKey

GlobalKey to the EditableText for which the EditorTextSelectionGestureDetectorBuilder will build a EditorTextSelectionGestureDetector.

Implementation

@override
GlobalKey<EditorState> get editableTextKey => _editorKey;