paintingEditor property

GlobalKey<PaintingEditorState> paintingEditor
final

A GlobalKey for the Painting Editor, used to access and control the state of the painting editor.

Implementation

final paintingEditor = GlobalKey<PaintingEditorState>();