width property

double get width

Implementation

double get width {
  return columnWidths.fold(0, (a, b) => a + b);
}