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)
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
Tonal Elevation of the attribution Surface.