TableStyle

data class TableStyle(val headerTextStyle: TextStyle? = null, val cellPadding: TextUnit? = null, val borderColor: Color? = null, val borderStrokeWidth: Float? = null)

Defines the visual style for a Table.

Parameters

headerTextStyle

The TextStyle used for header rows.

cellPadding

The spacing between the contents of each cell and the borders.

borderColor

The Color of the table border.

borderStrokeWidth

The width of the table border.

Constructors

Link copied to clipboard
constructor(headerTextStyle: TextStyle? = null, cellPadding: TextUnit? = null, borderColor: Color? = null, borderStrokeWidth: Float? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val borderColor: Color? = null
Link copied to clipboard
Link copied to clipboard
val cellPadding: TextUnit? = null
Link copied to clipboard