menu
artisanal package
documentation
uv.dart
Cell
emptyCell static method
emptyCell static method
dark_mode
light_mode
emptyCell
static method
Cell
emptyCell
(
)
Creates a space cell with width 1.
Implementation
static Cell emptyCell() => Cell(content: ' ', width: 1);
artisanal package
documentation
uv
Cell
emptyCell static method
Cell class