Basic Component Defaults
object BasicComponentDefaults
Properties
Link copied to clipboard
The default margin inside the BasicComponent.
Link copied to clipboard
The default minimum height of the BasicComponent, before any card-group position padding is added.
Functions
Link copied to clipboard
fun summaryColor(color: Color = COUITheme.colorScheme.onSurfaceVariantSummary, disabledColor: Color = COUITheme.colorScheme.disabledOnSecondaryVariant): BasicComponentColors
The default color of the summary.
Link copied to clipboard
fun titleColor(color: Color = COUITheme.colorScheme.onBackground, disabledColor: Color = COUITheme.colorScheme.disabledOnSecondaryVariant): BasicComponentColors
The default color of the title.