GesturePoint constructor

const GesturePoint(
  1. double x,
  2. double y
)

Implementation

const GesturePoint(this.x, this.y);