PaymentSheetShape constructor
- @JsonSerializable(explicitToJson: true)
- double? borderRadius,
- double? borderWidth,
- PaymentSheetShadowParams? shadow,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetShape({
/// Borderradius for the paymentsheet corners
double? borderRadius,
/// Borderwidth for the paymentsheet components
double? borderWidth,
/// Appearance config of the payment sheet shadow
PaymentSheetShadowParams? shadow,
}) = _PaymentSheetShape;