const FractionColumnWidth(double value)

Creates a column width based on a fraction of the table's constraints' maxWidth.

The value argument must not be null.

Source

const FractionColumnWidth(this.value);