matchHeight method

void matchHeight(
  1. Mobject mob, {
  2. Vector3 aboutEdge = ORIGIN,
  3. Vector3? aboutPoint,
  4. bool stretch = false,
})

Implementation

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