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