TableRowStyle

data class TableRowStyle(val modifier: Modifier = Modifier, val containerColor: Color = Color.Unspecified, val contentColor: Color = Color.Unspecified, val elevation: Dp = Dp.Unspecified, val shape: Shape? = RectangleShape, val border: BorderStroke? = null)

Constructors

Link copied to clipboard
constructor(modifier: Modifier = Modifier, containerColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified, elevation: Dp = Dp.Unspecified, shape: Shape? = RectangleShape, border: BorderStroke? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shape: Shape?