menu
termui package
documentation
ui/widgets/display/grid.dart
GridCell
GridCell.new const constructor
GridCell.new const constructor
dark_mode
light_mode
GridCell
constructor
const
GridCell
(
String
char
, [
Style
style
=
Style.empty
])
Creates a GridCell.
Implementation
const GridCell(this.char, [this.style = Style.empty]);
termui package
documentation
ui/widgets/display/grid
GridCell
GridCell.new const constructor
GridCell class