ShimmerPainter constructor
ShimmerPainter({})
Implementation
ShimmerPainter({
required this.offset,
required this.shimmerWidth,
required this.shimmerColor,
required this.isTiltedLeft,
this.shimmerGapWidth = 5.0,
});