TableLayoutResult constructor
TableLayoutResult({})
Creates a 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,
});