FractionColumnWidth constructor Null safety
- double value
Creates a column width based on a fraction of the table's constraints' maxWidth.
The value argument must not be null.
Implementation
const FractionColumnWidth(this.value) : assert(value != null);