MainEditorGlobalKeys mixin

Mixin Applications

Properties

blurEditor GlobalKey<BlurEditorState>
A GlobalKey for the Blur Editor, used to access and control the state of the blur editor.
final
cropRotateEditor GlobalKey<CropRotateEditorState>
A GlobalKey for the Crop and Rotate Editor, used to access and control the state of the crop and rotate editor.
final
emojiEditor GlobalKey<EmojiEditorState>
A GlobalKey for the Emoji Editor, used to access and control the state of the emoji editor.
final
filterEditor GlobalKey<FilterEditorState>
A GlobalKey for the Filter Editor, used to access and control the state of the filter editor.
final
hashCode int
The hash code for this object.
no setterinherited
paintingEditor GlobalKey<PaintingEditorState>
A GlobalKey for the Painting Editor, used to access and control the state of the painting editor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditor GlobalKey<TextEditorState>
A GlobalKey for the Text Editor, used to access and control the state of the text editor.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited