Shapes

data class Shapes(val cornerRadiusDp: Float, val borderStrokeWidthDp: Float) : Parcelable

Constructors

Link copied to clipboard
fun Shapes(    context: Context,     cornerRadiusDp: Int,     borderStrokeWidthDp: Int)
Link copied to clipboard
fun Shapes(cornerRadiusDp: Float, borderStrokeWidthDp: Float)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val borderStrokeWidthDp: Float

The border used for inputs, tabs, and other components in PaymentSheet.

Link copied to clipboard
val cornerRadiusDp: Float

The corner radius used for tabs, inputs, buttons, and other components in PaymentSheet.