Breadcrumb Bar Defaults
object BreadcrumbBarDefaults
Properties
Link copied to clipboard
The default margin inside the BreadcrumbBar.
Link copied to clipboard
The height of each capsule-shaped item.
Link copied to clipboard
The horizontal padding of each capsule-shaped item. Equals the corner radius so that the left and right ends form complete semicircles.
Link copied to clipboard
The default maximum width of each capsule-shaped item. Prevents a single segment with a long name from stretching the bar excessively; text beyond this width is truncated with ellipsis.
Functions
Link copied to clipboard
fun breadcrumbBarColors(color: Color = COUITheme.colorScheme.onBackground.copy(alpha = 0.55f), highlightColor: Color = COUITheme.colorScheme.primary, disabledColor: Color = COUITheme.colorScheme.disabledOnSecondaryVariant, separatorColor: Color = COUITheme.colorScheme.onSurfaceVariantActions, backgroundColor: Color = COUITheme.colorScheme.onBackground.copy(alpha = 0.1f), highlightBackgroundColor: Color = COUITheme.colorScheme.primary.copy(alpha = 0.2f), disabledBackgroundColor: Color = COUITheme.colorScheme.disabledSecondaryVariant): BreadcrumbBarColors
The default BreadcrumbBarColors for all breadcrumb bars.