RawImageView constructor
const
RawImageView({})
Implementation
const RawImageView({
super.key,
this.width,
this.height,
this.cacheMode = true,
this.image,
this.imageType = ImageType.detect,
this.scaleType,
this.tint,
this.tintMode,
this.networkImageConfig,
});