CellSwitched constructor

CellSwitched(
  1. VectorDefinition? cell, {
  2. bool selected = true,
  3. bool teleport = false,
})

Implementation

CellSwitched(this.cell, {this.selected = true, this.teleport = false});