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