bankInterTinted static method
Returns coloured icon Icon For Inter Bank
Implementation
static SvgPicture bankInterTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/bank-inter.svg",
color: color,
package: packageName
);