onChanged property

ValueChanged<Color> onChanged
final

Callback that returns the currently selected color in the color wheel as a Color.

The color value is changed continuously as the wheel thumb or the surface thumb is operated.

Implementation

final ValueChanged<Color> onChanged;