TableStyle

data class TableStyle(val headerTextStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, val cellPadding: ERROR CLASS: Symbol not found for TextUnit?? = null, val borderColor: ERROR CLASS: Symbol not found for 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: ERROR CLASS: Symbol not found for TextStyle?? = null, cellPadding: ERROR CLASS: Symbol not found for TextUnit?? = null, borderColor: ERROR CLASS: Symbol not found for Color?? = null, borderStrokeWidth: Float? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val borderColor: ERROR CLASS: Symbol not found for Color??
Link copied to clipboard
Link copied to clipboard
val cellPadding: ERROR CLASS: Symbol not found for TextUnit??
Link copied to clipboard
val headerTextStyle: ERROR CLASS: Symbol not found for TextStyle??