stripe-android
payments-ui-core
/
com.stripe.android.ui.core
/
PaymentsShapes
Payments
Shapes
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
PaymentsShapes
(
cornerRadius
:
Float
,
borderStrokeWidth
:
Float
,
borderStrokeWidthSelected
:
Float
)
Content copied to clipboard
Properties
Extensions
Properties
borderStrokeWidth
Link copied to clipboard
val
borderStrokeWidth
:
Float
Content copied to clipboard
borderStrokeWidthSelected
Link copied to clipboard
val
borderStrokeWidthSelected
:
Float
Content copied to clipboard
cornerRadius
Link copied to clipboard
val
cornerRadius
:
Float
Content copied to clipboard
Extensions
to
Compose
Shapes
Link copied to clipboard
@
Composable
@
ReadOnlyComposable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
PaymentsShapes
.
toComposeShapes
(
)
:
PaymentsComposeShapes
Content copied to clipboard