PrimaryButtonShape
data class PrimaryButtonShape(val cornerRadiusDp: Float? = null, val borderStrokeWidthDp: Float? = null) : Parcelable
Constructors
Link copied to clipboard
fun PrimaryButtonShape(context: Context, cornerRadiusDp: Int? = null, borderStrokeWidthDp: Int? = null)
Link copied to clipboard