closePath method

void closePath()

Implementation

void closePath() {
  addAction((Canvas canvas, Size size) {
    path2d.closePath();
  });
}