Replies: 1 comment 2 replies
-
Before version await editorKey.currentState!.updateBackgroundImage(
EditorImage(
networkUrl: 'https://picsum.photos/id/230/2000',
),
); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to change background image. How can I do it?
Now I have a button to change background image. I tried to setState but it does not work.
Beta Was this translation helpful? Give feedback.
All reactions