UIImageView constructor
const
UIImageView({})
Implementation
const UIImageView({
super.key,
required this.source,
this.width,
this.height,
this.fit,
this.color,
this.alignment = Alignment.center,
this.placeHolder,
this.package,
this.loadingRadius,
this.errorBuilder,
});