arrowUpTinted static method

SvgPicture arrowUpTinted({
  1. Color color = IconStyles.colorDefault,
})

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
  );