RotatePoint constructor

const RotatePoint({
  1. Offset offset = Offset.zero,
  2. Offset anchorOffset = Offset.zero,
})

Implementation

const RotatePoint({
  this.offset = Offset.zero,
  this.anchorOffset = Offset.zero,
});