ToolbarDefaults

The default values of Toolbar.

Functions

Link copied to clipboard
fun contentConfiguration(enableMaterial: Boolean = true, backgroundColor: Color = Color.Transparent, cornerSize: Dp = CornerRadius, contentPadding: PaddingValues = SegmentContentPadding, itemGap: Dp = ItemGap, minWidth: Dp = SegmentMinWidth): ToolbarSegmentConfiguration

Create a configuration for the content segment of the toolbar.

Link copied to clipboard
fun supportingConfiguration(enableMaterial: Boolean = true, backgroundColor: Color = Color.Transparent, cornerSize: Dp = CornerRadius, contentPadding: PaddingValues = SegmentContentPadding, itemGap: Dp = ItemGap, minWidth: Dp = SegmentMinWidth): ToolbarSegmentConfiguration

Create a configuration for the supporting segment of the toolbar.