FastLoadingBoxPlaceholder constructor

const FastLoadingBoxPlaceholder({
  1. Key? key,
  2. Color? backgroundColor,
  3. Color? highlightColor,
  4. Color? baseColor,
  5. double? height,
  6. double? width,
  7. Widget? child,
})

Implementation

const FastLoadingBoxPlaceholder({
  super.key,
  this.backgroundColor,
  this.highlightColor,
  this.baseColor,
  this.height,
  this.width,
  this.child,
});