Shapes
data class Shapes constructor(val cornerRadiusDp: Float, val borderStrokeWidthDp: Float, val bottomSheetCornerRadiusDp: Float = cornerRadiusDp) : Parcelable
Constructors
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 specifically for the sheets displayed by Payment Element. Be default, this is set to the same value as cornerRadiusDp.
Link copied to clipboard
The corner radius used for tabs, inputs, buttons, and other components in PaymentSheet.