ColumnSpan constructor

const ColumnSpan(
  1. double x,
  2. double width
)

Implementation

const ColumnSpan(this.x, this.width);