getColWidths property

List<double> get getColWidths

returns list of custom width columns

Implementation

List<double> get getColWidths {
  return _colWidth;
}