MinColumnWidth constructor

const MinColumnWidth(
  1. TableColumnWidth a,
  2. TableColumnWidth b
)

Creates a column width that is the minimum of two other column widths.

Implementation

const MinColumnWidth(this.a, this.b);