widths method

Table widths(
  1. List<int> values
)

Sets manual column widths.

Implementation

Table widths(List<int> values) {
  _manualWidths = values;
  return this;
}