MaxColumnWidth constructor
Creates a column width that is the maximum of two other column widths.
Implementation
const MaxColumnWidth(this.a, this.b);
Creates a column width that is the maximum of two other column widths.
const MaxColumnWidth(this.a, this.b);