ShimmerLoading constructor

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

Implementation

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