setWidth method
void
setWidth(})
Implementation
void setWidth(double width,
{bool stretch = false, Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
rescaleToFit(width, 0,
stretch: stretch, aboutEdge: aboutEdge, aboutPoint: aboutPoint);
}