walletTinted static method

SvgPicture walletTinted({
  1. Color color = IconStyles.colorDefault,
})

Returns coloured icon Icon For Wallet

Implementation

static SvgPicture walletTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
   "assets/icons/wallet.svg",
   color: color,
   package: packageName
  );