AccountBranding constructor
const
AccountBranding({})
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,
});