eyeClosedTinted static method

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

Returns coloured icon Ocultar Saldo

Implementation

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