ShimmerListItem constructor

const ShimmerListItem({
  1. Key? key,
  2. bool leadingShimmer = true,
  3. bool textShimmer = true,
  4. bool descriptionShimmer = true,
})

Implementation

const ShimmerListItem({
  Key? key,
  this.leadingShimmer = true,
  this.textShimmer = true,
  this.descriptionShimmer = true,
}) : super(key: key);