walletTinted static method
Returns coloured icon Icon For Wallet
Implementation
static SvgPicture walletTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/wallet.svg",
color: color,
package: packageName
);