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