setHeight method
void
setHeight(})
Implementation
void setHeight(double height,
{bool stretch = false, Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
rescaleToFit(height, 1,
stretch: stretch, aboutEdge: aboutEdge, aboutPoint: aboutPoint);
}