TableLayoutResult constructor
TableLayoutResult({})
Implementation
TableLayoutResult({
required this.columnWidths,
required this.rowHeights,
required this.remainingWidth,
required this.remainingHeight,
required this.remainingLooseWidth,
required this.remainingLooseHeight,
required this.hasTightFlexWidth,
required this.hasTightFlexHeight,
});