colWidths property

set colWidths (List<double> value)

Implementation

set colWidths(List<double> value) {
  _colWidths = value;
  markNeedsLayout();
}