Computes the absolute brick position in a wall. stoneSide represents the smallest stone width/height.
stoneSide
Offset operator *(double stoneSide) => Offset(this.x * stoneSide, this.y * stoneSide);