FlexColumnWidth constructor Null safety
- [double value = 1.0]
Creates a column width based on a fraction of the remaining space once all the other columns have been laid out.
The value argument must not be null.
Implementation
const FlexColumnWidth([this.value = 1.0]) : assert(value != null);