toTopCenter method

Offset toTopCenter(
  1. double imageWidth
)

Implementation

Offset toTopCenter(double imageWidth) {
  return Offset(this.dx - (imageWidth / 2), this.dy);
}