bigPigTinted static method
Returns coloured icon Icon For Big Pig
Implementation
static SvgPicture bigPigTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/big-pig.svg",
color: color,
package: packageName
);