depositTinted static method

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

Returns coloured icon Antecipacao De Salario

Implementation

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