matchHeight method
void
matchHeight(})
Implementation
void matchHeight(Mobject mob,
{Vector3 aboutEdge = ORIGIN, Vector3? aboutPoint, bool stretch = false}) {
matchDimSize(mob, 1,
aboutEdge: aboutEdge, aboutPoint: aboutPoint, stretch: stretch);
}