PointerData constructor

PointerData({
  1. required Offset position,
})

Implementation

PointerData({
  required this.position,
});