standardFloatingToolbarColors

Creates a FloatingToolbarColors that represents the default standard colors used in the various floating toolbars.


@Composable
fun standardFloatingToolbarColors(toolbarContainerColor: Color = Color.Unspecified, toolbarContentColor: Color = Color.Unspecified, fabContainerColor: Color = Color.Unspecified, fabContentColor: Color = Color.Unspecified): FloatingToolbarColors

Creates a FloatingToolbarColors that represents the default standard colors used in the various floating toolbars.

Parameters

toolbarContainerColor

the container color for the floating toolbar.

toolbarContentColor

the content color for the floating toolbar.

fabContainerColor

the container color for an adjacent floating action button.

fabContentColor

the content color for an adjacent floating action button.