The group's color.
Color get color => Color.fromJS(_wrapped.color);
set color(Color v) { _wrapped.color = v.toJS; }