closeTinted static method

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

Returns coloured icon Icon For Close

Implementation

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