TTableColumnMeasurements constructor
const
TTableColumnMeasurements({})
Implementation
const TTableColumnMeasurements({
required this.fixedWidths,
required this.fixedTotal,
required this.autoIndices,
required this.autoNaturalWidths,
required this.autoMinWidths,
required this.autoMaxWidths,
});