shouldUpdate property

bool shouldUpdate
final

If the widget color update should also update the wheel, set to true. This should be set to true by parent every time color has been updated by parent and not internally by operating the wheel.

Defaults to false.

Implementation

final bool shouldUpdate;