menu
artisanal package
documentation
uv.dart
Cell
empty method
empty method
dark_mode
light_mode
empty
method
void
empty
(
)
Sets this cell to a space with width 1.
Implementation
void empty() { content = ' '; width = 1; }
artisanal package
documentation
uv
Cell
empty method
Cell class