Neighbors constructor
const
Neighbors({})
Implementation
const Neighbors({
this.topLeft = false,
this.topRight = false,
this.left = false,
this.top = false,
this.right = false,
this.bottomLeft = false,
this.bottom = false,
this.bottomRight = false,
});