shouldUpdate property

bool shouldUpdate
final

Should a change on the color value update the field?

If we are just editing text in the control it should not, we just send the data out to update any widget using the color. However, when we get a new color due to external action is should update. This is similar to the same property on the wheel.

Defaults to false.

Implementation

final bool shouldUpdate;