PaymentSheetPrimaryButtonAppearance constructor
- @JsonSerializable(explicitToJson: true)
- PaymentSheetPrimaryButtonTheme? colors,
- PaymentSheetPrimaryButtonShape? shapes,
Implementation
@JsonSerializable(explicitToJson: true)
const factory PaymentSheetPrimaryButtonAppearance({
/// color theme of the primary button
PaymentSheetPrimaryButtonTheme? colors,
/// Shape params of the primary button
PaymentSheetPrimaryButtonShape? shapes,
}) = _PaymentSheetPrimaryButtonAppearance;