FixedColumnWidth constructor

const FixedColumnWidth(double value)

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

The value argument must not be null.

Implementation

const FixedColumnWidth(this.value) : assert(value != null);