ShimmerLoading constructor
const
ShimmerLoading({
- Key? key,
- ShimmerType? type,
- int? crossAxisCount,
Implementation
const ShimmerLoading({super.key, this.type, this.crossAxisCount});