yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 116 forks source link

Need to change the blue background to the selected item on the submenu option, is that posible? #74

Open demianMWFC opened 6 months ago

demianMWFC commented 6 months ago

Hi guys, wonderful library! it is posible to customize this blue color?

image
lively-bigyan commented 3 months ago

It is possible to customize the colors and icons in the class, but doing so can result in a large number of parameters, which is not ideal. In version 0.7.0+ of the library, you can build the UI from scratch and add the callbacks by directly referencing the properties of the ImagePainterController object. I am working on documentation of that.