@override void render(Canvas canvas) { if (renderBody) { for (final shape in body.shapes) { renderShape(canvas, shape); } } }