hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
131 stars 71 forks source link

Add currently selected color to color custom widgets #76

Closed adamkoch closed 4 months ago

adamkoch commented 4 months ago

Expanding on issue #70 and commit #83e0d.

Pass through the currently selected color so the custom color widgets can be built with the existing color already selected.

Maybe this was possible before but I couldn't find a way, but I think it's cleaner to pass through the color to the widget being built directly either way :)