receivedTinted static method

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

Returns coloured icon Credito Consignado

Implementation

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