PaymentSheetPrimaryButtonShape constructor
- @JsonSerializable.new(explicitToJson: true)
- PaymentSheetShadowParams? shadow,
- double? blurRadius,
- double? borderWidth,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetPrimaryButtonShape({
  /// Configuration of the primary button's shadow.
  PaymentSheetShadowParams? shadow,
  /// the blur radius of the button
  double? blurRadius,
  /// border width of the primary button on the payment sheet
  double? borderWidth,
}) = _PaymentSheetPrimaryButtonShape;