UdNetworkImage constructor
UdNetworkImage({})
Using network images are now more easy with UdNetworkImage. Just check parameters and pass values.
Implementation
UdNetworkImage({
this.height,
this.width,
this.httpPath,
this.scale,
this.headers,
this.boxFit,
this.imageAlignment,
this.borderRadius,
this.child,
});