ShimmerEffect constructor
const
ShimmerEffect({})
Implementation
const ShimmerEffect({
super.key,
required this.child,
this.baseColor = Colors.grey,
this.highlightColor = Colors.white,
this.duration = const Duration(milliseconds: 1500),
this.reverse = false,
});