WidgetAppImagePlaceHolder constructor
const
WidgetAppImagePlaceHolder({
- Key? key,
- double? width,
- double? height,
- BorderRadius? borderRadius,
Implementation
const WidgetAppImagePlaceHolder({
super.key,
this.width,
this.height,
this.borderRadius,
});