PinnedInfo constructor

PinnedInfo(
  1. ConstraintId? targetId,
  2. Anchor selfAnchor,
  3. Anchor? targetAnchor, {
  4. double angle = 0.0,
})

Implementation

PinnedInfo(
  this.targetId,
  this.selfAnchor,
  this.targetAnchor, {
  this.angle = 0.0,
});