FixedColumnWidth constructor
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);
Creates a column width based on a fixed number of logical pixels.
The value
argument must not be null.
const FixedColumnWidth(this.value) : assert(value != null);