WalletCardVisuals constructor

const WalletCardVisuals({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. Color? labelColor,
  4. String? logoText,
  5. Map<String, String>? images,
})

Implementation

const WalletCardVisuals({
  this.backgroundColor,
  this.foregroundColor,
  this.labelColor,
  this.logoText,
  this.images,
});