menu
dartatui package
documentation
core/cell_update.dart
CellUpdate
CellUpdate.new const constructor
CellUpdate.new const constructor
dark_mode
light_mode
CellUpdate
constructor
const
CellUpdate
(
int
x
,
int
y
,
Cell
cell
)
Implementation
const CellUpdate(this.x, this.y, this.cell);
dartatui package
documentation
core/cell_update
CellUpdate
CellUpdate.new const constructor
CellUpdate class