TargetPosition constructor

TargetPosition(
  1. Size size,
  2. Offset offset
)

Implementation

TargetPosition(this.size, this.offset);