span method

Col span(
  1. int s
)

Implementation

Col span(int s) {
  attr('span', StringAttribute('$s'));
  return this;
}