Cover constructor
Cover({})
Implementation
Cover({this.coverUrl,
this.onTap,
this.placeHolderColor,
this.loadingColor,
this.placeHolderIcon,
this.width,
this.failedColor,
this.failedIcon = Icons.image_not_supported,
this.borderRadius = 0,
this.imageFit, this.height});