PathTween constructor

PathTween(
  1. String x1,
  2. String x2
)

Implementation

PathTween(this.x1, this.x2);