const FixedColumnWidth(double value)

Creates a column width based on a fixed number of logical pixels.

The value argument must not be null.

Source

const FixedColumnWidth(this.value);