ShimmerWidget constructor
ShimmerWidget({
- Key? key,
- required Widget child,
- AlignmentGeometry? begin,
- AlignmentGeometry? end,
- List<
Color> ? shimmerColors, - bool isTransparent = false,
Implementation
ShimmerWidget({
super.key,
required this.child,
this.begin,
this.end,
this.shimmerColors,
this.isTransparent = false, // Default to false (no transparency)
});