PointInput constructor

PointInput({
  1. required int x,
  2. required int y,
})

Implementation

PointInput({required this.x, required this.y});