arrowRightTinted static method

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

Returns coloured icon Icon For Arrow Right

Implementation

static SvgPicture arrowRightTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
   "assets/icons/arrow-right.svg",
   color: color,
   package: packageName
  );