PlaceHolderWidget constructor

PlaceHolderWidget({
  1. double? height,
  2. double? width,
  3. Duration? animationDuration,
  4. EdgeInsetsGeometry? padding,
  5. EdgeInsetsGeometry? margin,
  6. Color? color,
  7. AlignmentGeometry? alignment,
  8. BoxShape? shape,
  9. BorderRadiusGeometry? borderRadius,
  10. BoxBorder? border,
  11. List<BoxShadow>? boxShadow,
  12. Gradient? gradient,
  13. Widget? child,
  14. Key? key,
})

Implementation

PlaceHolderWidget({
  this.height,
  this.width,
  this.animationDuration,
  this.padding,
  this.margin,
  this.color,
  this.alignment,
  this.shape,
  this.borderRadius,
  this.border,
  this.boxShadow,
  this.gradient,
  this.child,
  super.key,
});