changeCircles method
Updates a set of Circle
objects with new options.
Implementation
void changeCircles(Set<Circle> circlesToChange) {
circlesToChange.forEach(_changeCircle);
}
Updates a set of Circle
objects with new options.
void changeCircles(Set<Circle> circlesToChange) {
circlesToChange.forEach(_changeCircle);
}