FractionColumnWidth constructor

const FractionColumnWidth(
  1. double value
)

Creates a column width calculated as a fraction of the total table width.

Implementation

const FractionColumnWidth(this.value);