FlexColumnWidth constructor

const FlexColumnWidth(
  1. [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.

Implementation

const FlexColumnWidth([this.value = 1.0]);