dealColWidth method

double dealColWidth()

Implementation

double dealColWidth() {
  return (span ?? 24) * (spanWidth ?? 0);
}