startWithTarget method

void startWithTarget(
  1. Node? target
)

Implementation

void startWithTarget(Node? target) {
  //_originalTarget = target;
  _target = target;
}