walletCards static method

Component walletCards({
  1. IconSize size = IconSize.md,
})

WalletCards icon

Implementation

static Component walletCards({IconSize size = IconSize.md}) =>
    lucide.WalletCards(width: size.unit, height: size.unit);