TapPosition constructor

TapPosition(
  1. Offset global,
  2. Offset? relative
)

Implementation

TapPosition(this.global, this.relative);