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