pigTinted static method

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

Returns coloured icon Poupe Facio

Implementation

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