CornerPoint constructor

CornerPoint({
  1. dynamic x,
  2. dynamic y,
})

Implementation

CornerPoint({this.x, this.y});