menu
dartatui package
documentation
core/cell.dart
Cell
setChar method
setChar method
dark_mode
light_mode
setChar
method
void
setChar
(
int
ch
)
Set the symbol from a Unicode code point.
Implementation
void setChar(int ch) { symbol = String.fromCharCode(ch); }
dartatui package
documentation
core/cell
Cell
setChar method
Cell class