PointerData constructor

PointerData({
  1. required Offset position,
})

Creates pointer data with the given position.

Implementation

PointerData({
  required this.position,
});