menu
artisanal package
documentation
uv.dart
Screen
cellAt abstract method
cellAt abstract method
dark_mode
light_mode
cellAt
abstract method
Cell
?
cellAt
(
int
x
,
int
y
)
Returns the cell at (
x
,
y
) or null if out of bounds.
Implementation
Cell? cellAt(int x, int y);
artisanal package
documentation
uv
Screen
cellAt abstract method
Screen class