SmallPassCard constructor
Implementation
SmallPassCard({
super.key,
required this.package,
this.iconSize,
this.width,
this.height,
this.logoSize,
this.nameFontSize,
this.expirationFontSize,
this.nameSpacing,
this.padding,
this.expiryDate,
});