menu
commander_ui package
documentation
tui.dart
CellCoord typedef
CellCoord typedef
dark_mode
light_mode
CellCoord
typedef
CellCoord
= (
{
int
col
,
int
row
}
)
Implementation
typedef CellCoord = ({int row, int col});
commander_ui package
documentation
tui
CellCoord typedef
tui library