AttributionButtonStyle

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

Borner of the attribution Surface.

Link copied to clipboard

Color of the attribution Surface.

Link copied to clipboard

Content Color of the attribution Surface.

Link copied to clipboard

Shadow Elevation of the attribution Surface.

Link copied to clipboard

Shape of the attribution Surface.

Link copied to clipboard

Tonal Elevation of the attribution Surface.