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