TableStyle

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

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.