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