AccountBranding constructor

const AccountBranding({
  1. String? icon,
  2. String? primaryColor,
  3. String? secondaryColor,
})

branding_settings_specs

Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.

Implementation

const AccountBranding({
  this.icon,
  this.logo,
  this.primaryColor,
  this.secondaryColor,
});