TableDimensions

data class TableDimensions(val defaultColumnWidth: Dp, val rowHeight: Dp, val headerHeight: Dp, val footerHeight: Dp, val dividerThickness: Dp, val pinnedColumnDividerThickness: Dp, val fixedColumnDividerThickness: Dp = pinnedColumnDividerThickness)

Common size constants and defaults used by the table layout.

Constructors

Link copied to clipboard
constructor(defaultColumnWidth: Dp, rowHeight: Dp, headerHeight: Dp, footerHeight: Dp, dividerThickness: Dp, pinnedColumnDividerThickness: Dp, fixedColumnDividerThickness: Dp = pinnedColumnDividerThickness)

Properties

Link copied to clipboard
Link copied to clipboard

Thickness of dividers. Should be at least 1.dp.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Thickness of pinned column dividers. Should be at least 1.dp.

Link copied to clipboard