videoTinted static method

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

Returns coloured icon Icon For Video

Implementation

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