TerrainEdges constructor

TerrainEdges({
  1. bool top = true,
  2. bool bottom = true,
  3. bool left = true,
  4. bool right = true,
})

Implementation

TerrainEdges({
  this.top = true,
  this.bottom = true,
  this.left = true,
  this.right = true
});