gearTinted static method

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

Returns coloured icon Icon For Gear

Implementation

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