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
background Color
The color used for the Callout container's background color.
border Color
The color used for the outline stroke around the Callout container.