ShimmerLoading constructor

const ShimmerLoading({
  1. Key? key,
  2. double? width,
  3. double height = 16,
  4. double borderRadius = 8,
})

Implementation

const ShimmerLoading({
  super.key,
  this.width,
  this.height = 16,
  this.borderRadius = 8,
});