menu
artisanal package
documentation
tui.dart
CellSizeMsg
CellSizeMsg.new const constructor
CellSizeMsg.new const constructor
dark_mode
light_mode
CellSizeMsg
constructor
const
CellSizeMsg
(
int
width
,
int
height
)
Creates a cell-size message.
Implementation
const CellSizeMsg(this.width, this.height);
artisanal package
documentation
tui
CellSizeMsg
CellSizeMsg.new const constructor
CellSizeMsg class