forbiddenTinted static method

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

Returns coloured icon Icon For Forbidden

Implementation

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