GesturePathView constructor

GesturePathView(
  1. double width,
  2. double height,
  3. List<GesturePoint> points,
  4. OnGestureCompleteListener listener,
)

Implementation

GesturePathView(this.width, this.height, this.points, this.listener);