menu
artisanal package
documentation
tui.dart
Panel
width method
width method
dark_mode
light_mode
width
method
Panel
width
(
int
value
)
Sets the fixed width of the panel.
Implementation
Panel width(int value) { _width = value; return this; }
artisanal package
documentation
tui
Panel
width method
Panel class