changeColorsTogether property
Whether or not the circles should change colors together.
If this is true
, all circles will change colors at the same time. If
this is false
, each circle will change colors at its own pace.
Implementation
final bool changeColorsTogether;