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