CheckoutTheme constructor

const CheckoutTheme({
  1. Color? appBarBackgroundColor,
  2. Color? collapsedTitleColor,
  3. Color? chargeAmountColor,
  4. Color? nativePayBackgroundColor,
  5. Color? nativePayForegroundColor,
  6. Color? cashPayBackgroundColor,
  7. Color? cashPayForegroundColor,
})

Implementation

const CheckoutTheme({
  this.appBarBackgroundColor,
  this.collapsedTitleColor,
  this.chargeAmountColor,
  this.nativePayBackgroundColor,
  this.nativePayForegroundColor,
  this.cashPayBackgroundColor,
  this.cashPayForegroundColor,
});