megaphoneTinted static method

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

Returns coloured icon Icon For Megaphone

Implementation

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