ShimmerLoading constructor

const ShimmerLoading({
  1. Key? key,
  2. ShimmerType? type,
  3. int? crossAxisCount,
})

Implementation

const ShimmerLoading({super.key, this.type, this.crossAxisCount});