menu
artisanal package
documentation
tui.dart
Table
width method
width method
dark_mode
light_mode
width
method
Table
width
(
int
value
)
Sets the total table width.
Implementation
Table width(int value) { _width = value; return this; }
artisanal package
documentation
tui
Table
width method
Table class