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