onChanged property
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;
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.
final ValueChanged<Color> onChanged;