Skip to content

Color Picker #217

Answered by hm21
Mohamed0Haikel asked this question in Q&A
Sep 9, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You can override the color picker by setting it to null, as shown below.

configs: ProImageEditorConfigs(
    customWidgets: ImageEditorCustomWidgets(
      paintEditor: CustomWidgetsPaintEditor(
        colorPicker: (_, __, ___, ____) => null,
      ),
   ),
),

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mohamed0Haikel
Comment options

Answer selected by Mohamed0Haikel
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