Skip to content

How can I change the icons? #43

Closed Answered by hm21
hm21 asked this question in Q&A
May 10, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

To change the icons, you have to set it in the configs. Below is a short example, and here you can see the full example.

ProImageEditor.network(
      'https://picsum.photos/id/230/2000',
      onImageEditingComplete: onImageEditingComplete,
      onCloseEditor: onCloseEditor,
      configs: ProImageEditorConfigs(
              icons: const ImageEditorIcons(
                  paintingEditor: IconsPaintingEditor(
                    bottomNavBar: Icons.palette,
                    lineWeight: Icons.line_weight_rounded,
                    freeStyle: Icons.roundabout_left,
                    arrow: Icons.arrow_downward_rounded,
                    line: Icons.horizontal_rule,
             …

Replies: 1 comment 3 replies

Comment options

hm21
May 10, 2024
Maintainer Author

You must be logged in to vote
3 replies
@UmangPandav
Comment options

@hm21
Comment options

hm21 May 10, 2024
Maintainer Author

@UmangPandav
Comment options

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