LokotroPaymentMethodIcon constructor

const LokotroPaymentMethodIcon({
  1. Key? key,
  2. String? iconUrl,
  3. String? assetPath,
  4. IconData? fallbackIcon,
  5. double size = 48.0,
  6. Color? backgroundColor,
  7. Color? borderColor,
  8. String? label,
  9. TextStyle? labelStyle,
})

Implementation

const LokotroPaymentMethodIcon({
  super.key,
  this.iconUrl,
  this.assetPath,
  this.fallbackIcon,
  this.size = 48.0,
  this.backgroundColor,
  this.borderColor,
  this.label,
  this.labelStyle,
});