toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore
/
StripeShapes
Stripe
Shapes
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
StripeShapes
(
val
cornerRadius
:
Float
,
val
borderStrokeWidth
:
Float
,
val
borderStrokeWidthSelected
:
Float
)
Members
Members & Extensions
Constructors
Stripe
Shapes
Link copied to clipboard
constructor
(
cornerRadius
:
Float
,
borderStrokeWidth
:
Float
,
borderStrokeWidthSelected
:
Float
)
Properties
border
Stroke
Width
Link copied to clipboard
val
borderStrokeWidth
:
Float
border
Stroke
Width
Selected
Link copied to clipboard
val
borderStrokeWidthSelected
:
Float
corner
Radius
Link copied to clipboard
val
cornerRadius
:
Float
rounded
Corner
Shape
Link copied to clipboard
val
roundedCornerShape
:
Shape
Functions
to
Compose
Shapes
Link copied to clipboard
@
Composable
@
ReadOnlyComposable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
StripeShapes
.
toComposeShapes
(
)
:
StripeComposeShapes