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