matchColor method

void matchColor(
  1. Mobject mob
)

Implementation

void matchColor(Mobject mob) {
  setColor(color: mob.getColor());
}