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.
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 :)
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 :)