UdBase64Image constructor
UdBase64Image({})
Using base64 encoded byte images are now more easy with UdBase64Image. Just check parameters and pass values.
Implementation
UdBase64Image({
this.height,
this.width,
this.base64bytes,
this.boxFit,
this.imageAlignment,
this.borderRadius,
this.child,
});