SnapTarget constructor

const SnapTarget(
  1. Offset viewPivot,
  2. Offset boundPivot
)

Implementation

const SnapTarget(
  this.viewPivot,
  this.boundPivot,
);