SkeletonCardList constructor

const SkeletonCardList({
  1. Key? key,
  2. required int count,
  3. required double cardHeight,
  4. double spacing = DuTaToSpacing.s3,
})

Implementation

const SkeletonCardList({
  super.key,
  required this.count,
  required this.cardHeight,
  this.spacing = DuTaToSpacing.s3,
});