Shapes

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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