textEditor property

GlobalKey<TextEditorState> textEditor
final

A GlobalKey for the Text Editor, used to access and control the state of the text editor.

Implementation

final textEditor = GlobalKey<TextEditorState>();