AttributionButtonStyle

@Immutable
data class AttributionButtonStyle(    val containerColor: Color,     val contentColor: Color,     val tonalElevation: Dp = 0.dp,     val shadowElevation: Dp = 0.dp,     val shape: Shape = RoundedCornerShape(24.dp),     val border: BorderStroke? = null)(source)

Constructors

Link copied to clipboard
constructor(    containerColor: Color,     contentColor: Color,     tonalElevation: Dp = 0.dp,     shadowElevation: Dp = 0.dp,     shape: Shape = RoundedCornerShape(24.dp),     border: BorderStroke? = null)

Properties

Link copied to clipboard
val border: BorderStroke? = null

Borner of the attribution Surface.

Link copied to clipboard
val containerColor: Color

Color of the attribution Surface.

Link copied to clipboard
val contentColor: Color

Content Color of the attribution Surface.

Link copied to clipboard

Shadow Elevation of the attribution Surface.

Link copied to clipboard
val shape: Shape

Shape of the attribution Surface.

Link copied to clipboard

Tonal Elevation of the attribution Surface.