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