menu
artisanal package
documentation
tui.dart
Table
widths method
widths method
dark_mode
light_mode
widths
method
Table
widths
(
List
<
int
>
values
)
Sets manual column widths.
Implementation
Table widths(List<int> values) { _manualWidths = values; return this; }
artisanal package
documentation
tui
Table
widths method
Table class