PaymentSheetAppearance constructor

const PaymentSheetAppearance({
  1. String? primaryColor,
  2. String? backgroundColor,
  3. String? textColor,
  4. double? cornerRadius,
})

Implementation

const PaymentSheetAppearance({
  this.primaryColor,
  this.backgroundColor,
  this.textColor,
  this.cornerRadius,
});