ImagePlaceholder constructor
const
ImagePlaceholder({
- Key? key,
- BorderRadius? borderRadius,
- double? width,
- double? height,
- IconData icon = Icons.image_not_supported_outlined,
Implementation
const ImagePlaceholder({
super.key,
this.borderRadius,
this.width,
this.height,
this.icon = Icons.image_not_supported_outlined,
});