ShimmerEffect constructor
const
ShimmerEffect({})
Implementation
const ShimmerEffect({
Key? key,
required this.width,
required this.height,
this.baseColor = Colors.grey,
this.highlightColor = Colors.white,
}) : super(key: key);