ContainerStyle
data class ContainerStyle @JvmOverloads constructor(@ColorLong val color: Long = ContainerConstants.backgroundColor, val shape: Shape = ContainerConstants.shape, val cornerRadius: CornerRadius = CornerRadius(ContainerConstants.radius), val borderStroke: BorderStroke? = null, val width: Int? = null, val height: Int? = null, val padding: Padding? = null, val margin: Margin? = null)
Constructors
Link copied to clipboard
constructor(@ColorLong color: Long = ContainerConstants.backgroundColor, shape: Shape = ContainerConstants.shape, cornerRadius: CornerRadius = CornerRadius(ContainerConstants.radius), borderStroke: BorderStroke? = null, width: Int? = null, height: Int? = null, padding: Padding? = null, margin: Margin? = null)