forbiddenTinted static method
Returns coloured icon Icon For Forbidden
Implementation
static SvgPicture forbiddenTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/forbidden.svg",
color: color,
package: packageName
);