safeTinted static method

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

Returns coloured icon Icon For Safe

Implementation

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