WalletIconConfig constructor

const WalletIconConfig({
  1. Widget? iconWidget,
  2. Widget? backgroundWidget,
  3. double iconSize = 32,
  4. double backgroundSize = 120,
  5. double backgroundOpacity = 0.12,
})

Implementation

const WalletIconConfig({
  this.iconWidget,
  this.backgroundWidget,
  this.iconSize = 32,
  this.backgroundSize = 120,
  this.backgroundOpacity = 0.12,
});