stretchToFitHeight method
Implementation
void stretchToFitHeight(double height,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setHeight(height,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}
void stretchToFitHeight(double height,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setHeight(height,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}