ShimmerWidget constructor
ShimmerWidget({})
Implementation
ShimmerWidget({
this.width,
this.height,
required this.shimmerDirection,
required this.shimmerDuration,
this.boxDecoration,
required this.baseColor,
required this.highlightColor,
required this.backColor,
});