WidgetAppImagePlaceHolder constructor

const WidgetAppImagePlaceHolder({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. BorderRadius? borderRadius,
  5. Color? baseColor,
  6. Color? highlightColor,
})

Implementation

const WidgetAppImagePlaceHolder({
  super.key,
  this.width,
  this.height,
  this.borderRadius,
  this.baseColor,
  this.highlightColor,
});