UdSvgImage constructor
UdSvgImage({})
Using svg images are now more easy with UdSvgImage. Just check parameters and pass values.
Implementation
UdSvgImage({
this.height,
this.width,
this.imagePath,
this.color,
this.boxFit,
this.imageAlignment,
this.borderRadius,
});