-
Hello, can you make it so that clicking a custom button retrieves the current canvas image as a Uint8List? |
Beta Was this translation helpful? Give feedback.
Answered by
hm21
Jun 14, 2024
Replies: 1 comment
-
If you want to take a screenshot without closing the editor, you can do so as follows |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iOSyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to take a screenshot without closing the editor, you can do so as follows
editorKey.currentState!.captureEditorImage();