emojiEditor property

GlobalKey<EmojiEditorState> emojiEditor
final

A GlobalKey for the Emoji Editor, used to access and control the state of the emoji editor.

Implementation

final emojiEditor = GlobalKey<EmojiEditorState>();