TapPosition constructor

const TapPosition(
  1. Offset global,
  2. Offset? local
)

Implementation

const TapPosition(this.global, this.local);