getColWidths property

List<double> getColWidths

returns list of custom width columns

Implementation

List<double> get getColWidths {
  return _colWidth;
}