Table Theme
fun TableTheme(tableColors: TableColors = LocalTableColors.current, tableDimensions: TableDimensions = LocalTableDimensions.current, tableConfiguration: TableConfiguration = LocalTableConfiguration.current, tableValidator: Validator = DefaultValidator(), content: @Composable () -> Unit)
Composable function to provide table-related theme settings to the content.
Parameters
table Colors
The colors to be used in the table.
table Dimensions
The dimensions to be used in the table.
table Configuration
The configuration settings for the table.
table Validator
The validator to be used for table validation.
content
The composable content to which the theme settings will be applied.