colors

fun colors(backgroundColor: Color = MaterialTheme.colorScheme.background, borderColor: Color = MaterialTheme.colorScheme.outlineVariant): CalloutColors

Creates an instance of CalloutColors with default values from MaterialTheme.

Since

200.5.0

Parameters

backgroundColor

The color used for the Callout container's background color.

borderColor

The color used for the outline stroke around the Callout container.