editableTextKey property
GlobalKey to the EditableText for which the EditorTextSelectionGestureDetectorBuilder will build a EditorTextSelectionGestureDetector.
Implementation
@override
GlobalKey<EditorState> get editableTextKey => _editorKey;
GlobalKey to the EditableText for which the EditorTextSelectionGestureDetectorBuilder will build a EditorTextSelectionGestureDetector.
@override
GlobalKey<EditorState> get editableTextKey => _editorKey;