GesturePathView constructor
GesturePathView(
- double width,
- double height,
- List<
GesturePoint> points, - OnGestureCompleteListener listener,
Implementation
GesturePathView(this.width, this.height, this.points, this.listener);