menu
artisanal package
documentation
uv.dart
Screen
setCell abstract method
setCell abstract method
dark_mode
light_mode
setCell
abstract method
void
setCell
(
int
x
,
int
y
,
Cell
?
cell
)
Sets the cell at (
x
,
y
) to
cell
.
Implementation
void setCell(int x, int y, Cell? cell);
artisanal package
documentation
uv
Screen
setCell abstract method
Screen class