arrowUpTinted static method
Returns coloured icon Icon For Arrow Up
Implementation
static SvgPicture arrowUpTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/arrow-up.svg",
color: color,
package: packageName
);