color property

Color color
final

The active color selection in the color picker.

Also used as initial value when the color picker is created.

Use the callback onColorChanged to get the new color values from the picker and update the color in the parent widget.

Implementation

final Color color;