onChangeEnd property

ValueChanged<Color>? onChangeEnd
final

Optional ValueChanged callback, called when user ends color selection with the new color value.

Implementation

final ValueChanged<Color>? onChangeEnd;