Pointer constructor

Pointer({
  1. int? device,
  2. double? dx,
  3. double? dy,
})

Implementation

Pointer({this.device, this.dx, this.dy});