restart method

ForceLayout restart()

Implementation

ForceLayout restart() {
  _simulation?.restart();
  return this;
}