stretchToFitWidth method
Implementation
void stretchToFitWidth(double width,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setWidth(width,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}
void stretchToFitWidth(double width,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setWidth(width,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}