menu
termui package
documentation
ui/buffer.dart
Cell
Cell.new constructor
Cell.new constructor
dark_mode
light_mode
Cell
constructor
Cell
(
String
char
,
Style
style
)
Creates a cell with the given
char
and
style
.
Implementation
Cell(this.char, this.style);
termui package
documentation
ui/buffer
Cell
Cell.new constructor
Cell class