MyNetImageView constructor
MyNetImageView(})
Implementation
MyNetImageView(this.imgURL,
{this.width,
this.height,
this.placeWidget,
this.fit = BoxFit.cover,
this.isOval = false,
Key? key,
this.hasAnimation = true,
this.errWidget})
: super(key: key);