onColorChangeEnd property
Optional ValueChanged callback. Called when user ends color selection with the new color value.
When clicking a new color on color items, the clicked color is returned. It is also called with the resulting color value when user ends the interaction on the color wheel or on a color or transparency slider.
Implementation
final ValueChanged<Color>? onColorChangeEnd;