Block constructor

const Block(
  1. int x,
  2. int y
)

Implementation

const Block(this.x, this.y);