Skip to content
Discussion options

You must be logged in to vote

There is no such property, and the documentation/examples don’t show anything like that either. Why do you think it should exist?

If you want to configure which "paint mode" should be available, you can do that in the config like this:

configs: ProImageEditorConfigs(
        paintEditor: const PaintEditorConfigs(
          enableModeFreeStyle: true,
          enableModeArrow: true,
          enableModeLine: true,
          enableModeRect: true,
          enableModeCircle: true,
          enableModeDashLine: true,
          enableModePolygon: true,
          enableModeBlur: true,
          enableModePixelate: true,
          enableModeEraser: true,
        ),
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BhushanBadhe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants