blurEditor property

GlobalKey<BlurEditorState> blurEditor
final

A GlobalKey for the Blur Editor, used to access and control the state of the blur editor.

Implementation

final blurEditor = GlobalKey<BlurEditorState>();