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