ImageContainer constructor
- double? width,
- double? height,
- BorderRadius? borderRadius,
- Widget? child,
- DecorationImage? image,
- Key? key,
Implementation
const ImageContainer({
this.width,
this.height,
this.borderRadius,
this.child,
this.image,
super.key,
});