titleBarColors

@Composable
fun titleBarColors(): TitleBarColors

The default colors used for TitleBar


@Composable
fun titleBarColors(titleColor: Color = Color.Unspecified, leadingColor: Color = Color.Unspecified, trailingColor: Color = Color.Unspecified): TitleBarColors

custom colors for linear progress indicator

Return

The new ProgressColors instance with expected indicatorColor and backgroundColor.

Parameters

titleColor

The color of title

leadingColor

The color of leading actions

trailingColor

The color of trailing actions