matchDimSize method
void
matchDimSize(})
Implementation
void matchDimSize(Mobject mob, int dim,
{Vector3 aboutEdge = ORIGIN, Vector3? aboutPoint, bool stretch = false}) {
rescaleToFit(
mob.lengthOverDim(dim),
dim,
aboutEdge: aboutEdge,
aboutPoint: aboutPoint,
stretch: stretch,
);
}