allColumnWidths property

List<double> get allColumnWidths

Get all column widths - for backward compatibility

Implementation

List<double> get allColumnWidths => [...fixedColumnWidths, ...dataColumnWidths];