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