menu
commander_ui package
documentation
tui.dart
Buffer
get method
get method
dark_mode
light_mode
get
method
Cell
get
(
int
x
,
int
y
)
Implementation
Cell get(int x, int y) { if (!_inBounds(x, y)) return Cell.empty; return _cells[y * width + x]; }
commander_ui package
documentation
tui
Buffer
get method
Buffer class